Finite element method in structural mechanics

The finite element method (FEM) is a powerful technique originally developed for numerical solution of complex problems in structural mechanics, and it remains the method of choice for complex systems. In the FEM, the structural system is modeled by a set of appropriate finite elements interconnected at points called nodes. Elements may have physical properties such as thickness, coefficient of thermal expansion, density, Young's modulus, shear modulus and Poisson's ratio.

History

The origin of finite method can be traced to the matrix analysis of structures [1][2] where the concept of displacement or stiffness matrix approach was introduced. Finite element concepts were developed based on engineering methods in 1950s. The finite element method obtained its real impetus in the 1960s and 1970s by the developments of John Argyris with co-workers at the University of Stuttgart, Ray W. Clough with co-workers at University of California, Berkeley, Olgierd Zienkiewicz with co-workers Ernest Hinton, Bruce Irons [3] and others at the University of Swansea, Philippe G. Ciarlet at the University of Paris and Richard Gallagher with co-workers at Cornell University. The original works such as those by Argyris [4] and Clough [5] became foundation for today’s finite element structural analysis methods. Earlier books such as by Zienkiewicz [6] and more recent books such as by Yang [7] give comprehensive summary of developments in finite-element structural analysis. Implementing the method in software is described in the classic text by Smith, Griffiths and Margetts. [8]

Element properties

Element interconnection and displacement

The elements are interconnected only at the exterior nodes, and altogether they should cover the entire domain as accurately as possible. Nodes will have nodal (vector) displacements or degrees of freedom which may include translations, rotations, and for special applications, higher order derivatives of displacements. When the nodes displace, they will drag the elements along in a certain manner dictated by the element formulation. In other words, displacements of any points in the element will be interpolated from the nodal displacements, and this is the main reason for the approximate nature of the solution.

Practical considerations

From the application point of view, it is important to model the system such that:

Large scale commercial software packages often provide facilities for generating the mesh, graphical display of input and output, which greatly facilitate the verification of both input data and interpretation of the results.

Theoretical overview of FEM-Displacement Formulation: From elements to system to solution

While the theory of FEM can be presented in different perspectives or emphases, its development for structural analysis follows the more traditional approach via the virtual work principle or the minimum total potential energy principle. The virtual work principle approach is more general as it is applicable to both linear and non-linear material behaviours.

The principle of virtual displacements for the structural system expresses the mathematical identity of external and internal virtual work:

The virtual internal work in the right-hand-side of the above equation may be found by summing the virtual work in the individual elements—This is the crucial step where we will need displacement functions written only for the small domain rather than over the entire system. As shown in the subsequent sections, Eq.(1) leads to the following governing equilibrium equation for the system:

where

= vector of nodal forces, representing external forces applied to the system's nodes.
= vector of system's nodal displacements, which will, by interpolation, yield displacements at any point of the finite element mesh.
= vector of equivalent nodal forces, representing all external effects other than the nodal forces which are already included in the preceding nodal force vector R. These external effects may include distributed or concentrated surface forces, body forces, thermal effects, initial stresses and strains.
= system stiffness matrix, which will be established by assembling the elements' stiffness matrices :.

Once the supports' constraints are accounted for, the nodal displacements are found by solving the system of linear equations (2), symbolically:

Subsequently, the strains and stresses in individual elements may be found as follows:

where

= vector of element's nodal displacements--a subset of the system displacement vector r that pertains to the element under consideration.
= strain-displacement matrix that transforms nodal displacements q to strains at any point in the element.
= elasticity matrix that transforms effective strains to stresses at any point in the element.
= vector of initial strains in the element.
= vector of initial stresses in the element.

By applying the virtual work equation (1) to the system, we can establish the element matrices , as well as the technique of assembling the system matrices and . Other matrices such as , , and can be directly set up from data input.

Interpolation or shape functions

Let be the vector of nodal displacements of a typical element. The displacements at any point of the element may be found by interpolation functions as, symbolically:

where

= vector of displacements at any point {x,y,z} of the element.
= matrix of shape functions serving as interpolation functions.

Equation (6) gives rise to other quantities of great interest:

where = matrix of differential operators that convert displacements to strains using linear elasticity theory. Eq.(7) shows that matrix B in (4) is

Internal virtual work in a typical element

For a typical element of volume , the internal virtual work due to virtual displacements is obtained by substitution of (5) and (9) into (1):

Element matrices

Primarily for the convenience of reference, the following matrices pertaining to a typical elements may now be defined:

Element stiffness matrix
Equivalent element load vector

These matrices are usually evaluated numerically using Gaussian quadrature for numerical integration. Their use simplifies (10) to the following:

Element virtual work in terms of system nodal displacements

Since the nodal displacement vector q is a subset of the system nodal displacements r (for compatibility with adjacent elements), we can replace q with r by expanding the size of the element matrices with new columns and rows of zeros:

where, for simplicity, we use the same symbols for the element matrices, which now have expanded size as well as suitably rearranged rows and columns.

System virtual work

Summing the internal virtual work (14) for all elements gives the right-hand-side of (1):

Considering now the left-hand-side of (1), the system external virtual work consists of:

Substitution of (6b) gives:
or
where we have introduced additional element's matrices defined below:
Again, numerical integration is convenient for their evaluation. A similar replacement of q in (17a) with r gives, after rearranging and expanding the vectors :

Assembly of system matrices

Adding (16), (17b) and equating the sum to (15) gives:

Since the virtual displacements are arbitrary, the preceding equality reduces to:

Comparison with (2) shows that:

In practice, the element matrices are neither expanded nor rearranged. Instead, the system stiffness matrix is assembled by adding individual coefficients to where the subscripts ij, kl mean that the element's nodal displacements match respectively with the system's nodal displacements . Similarly, is assembled by adding individual coefficients to where matches . This direct addition of into gives the procedure the name Direct Stiffness Method.

See also

References

  1. Matrix Analysis Of Framed Structures, 3rd Edition by Jr. William Weaver, James M. Gere, Springer-Verlag New York, LLC, ISBN 978-0-412-07861-3, 1966
  2. Theory of Matrix Structural Analysis, J. S. Przemieniecki, McGraw-Hill Book Company, New York, 1968
  3. Hinton, Ernest; Irons, Bruce (July 1968). "Least squares smoothing of experimental data using finite elements". Strain. 4: 24–27.
  4. Argyris, J.H and Kelsey, S. Energy theorems and Structural Analysis Butterworth Scientific publications, London
  5. Clough, R.W, “The Finite Element in Plane Stress Analysis.” Proceedings, 2nd ASCE Conference on Electronic Computations, Pittsburgh, Sep 1960
  6. The Finite Element Method for Solid and Structural Mechanics, Zienkiewicz O. C and Taylor R L ISBN 978-0-7506-6321-2, 1967, McGraw Hill, New York
  7. Finite Element Structural Analysis , T.Y Yang, Prentice-Hall, Inc, Englewood, NJ, 1986
  8. "Wiley: Programming the Finite Element Method, 5th Edition - I. M. Smith, D. V. Griffiths, L. Margetts". eu.wiley.com. Retrieved 2015-09-18.
This article is issued from Wikipedia - version of the 3/27/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.