FEM Theory
FEM Theory
The Finite Element Method is a numerical technique for finding approximate solution of
engineering problems. It is an extremely sophisticated tool for solving numerous
engineering problems and is widely used and accepted in many engineering branches.
Basic theme of FEA is to make calculations at only limited (Finite) number of
points and then interpolate the results for entire domain (surface or volume). Any
continuous object has infinite degrees of freedom and it’s not just possible to solve the
problem in this format. Finite Element Method reduces degrees of freedom from infinite
to finite with the help of discretization i.e. meshing (nodes & elements).
1-d element: It is used for geometries having one of the dimension very large in
comparison to rest of the two. Shape of 1-d element is line.
2-d element: It is used when two of the dimensions are very large in comparison to third
one. 2-d elements are planer just like the paper. By creating 2-d element software comes
to know 2 out of three required dimensions. The third dimension i.e. thickness has to
provided by user as an additional input data.
Figure 4.2 2-d Element
Element type – thin shell, plate, plane stress, plane strain etc .
Practical example – sheet metal parts, skin of aircraft parts etc.
3-d element: It is used when all the three dimensions are comparable. No additional data
has to provide by user.
Tria Quad
Aspect ratio: maximum element edge length / minimum element edge length.
Ideal value = 1 (Acceptable < 5)
Jacobian:
Ideal value = 1 (Acceptable > 0.6)
Jacobian is a scale factor arising because of transformation of co-ordinate system.
Elements are transformed from global co-ordinate to local co-ordinates, from faster
analysis point of view.
Included angles:
Included or interior angle check is applied for individual angles.
Quad ideal value = 900. (Acceptable = 450 < θ < 1350)
Tria ideal value = 600. (Acceptable = 200 < θ < 1200)
Taper:
Ideal value = 0 (Acceptable < 0.5)
Where
[K] = the global stiffness matrix
{u} = the vector of unknown displacements
{F} = the applied force vector
The matrix equation in formula 1 represents a set of simultaneous equations. The
unknown displacement vector can be obtained by inverting the stiffness matrix and
multiplying both sides of the equation by this inverse, such that
The global stiffness matrix in the static analysis is assembled from the stiffness
matrices for each individual element. As an example, consider a simple two-dimensional
truss element with a linear displacement function. The stiffness matrix for the element is,
(4.3)
[ K ] = AE
L
Where
[M] = the mass matrix
[C] = the damping matrix
[K] = the stiffness matrix
{x(t)} = the nodal displacement vector
{ ẋ (t)} = the nodal displacement vector
{ ẍ ¿)} = the nodal acceleration vector
{F(t)} = the applied load vector
The dynamic equilibrium equation contains two additional matrices [M] and [C], for mass
and damping, that were not included in the static equilibrium equation. All vectors for
displacement, velocity, acceleration and applied load are a function of time.
Mathematically, the equation of motion represents a set of second-order linear
differential equations. A solution can be obtained by several different methods, including:
Modal superposition
Frequency response
Direct integration for transient response
The modal superposition method is normally used to solve the dynamic equation
of motion for linear elastic systems. This method is the mose popular, since the majority
of real world problems are approximately linear elastic.
Where
[M] = the mass matrix
[K] = the stiffness matrix
{x(t)} = the nodal displacement vector
{ ẍ ¿)} = the nodal acceleration vector
Since { ẍ ¿)} = ω2 {x(t)} for free vibration, the equation can be rewritten in the following
form:
Where
[ K ] = AE
L
Consider a finite element model consisting of two uniaxial truss elements of equal length,
cross sectional area and material properties, coupled in series as illusrated in figure below
(4.8)
(4.9)
Assembling the local stiffness matrices into a global stiffness matrix and substituting into
the static analysis yields
(4.10)
There are several different methods for approximating the mass matrix. Two of the most
common approches used in finite element analysis are the lumped mass and conisistent
mass methods.
The lumped mass method, as its name suggests, consists of evenly dividing the
total mass of the element and lumping that mass at each node. Using this technique for
the uniaxial truss element, the mass matrix would be:
(4.11)
Shape functions
Consider a simple uniaxial truss element defined by two nodes, as shown figure 4.9.
Assuming the linear displacement function, the axial deformation anywhere along the
element can be defined as:
u(x) = a + bx (4.12)
node 1 node 2
The following conditions must hold at nodal points in order for the displacement function
to be admissible:
u(0) = x1 = 0 (4.14)
u(L) = x2 = a + bL (4.15)
such that the following matrix form of the displacement function can be written as:
(4.16)
(4.17)
Substituting the above expression into the original displacement function yields:
(4.18)
or:
(4.19)
The matrix [H] is called shape function matrix. It contains the following shape functions:
x
H1 = 1 - L
H2 = x
L
The significance of this equation is that one can calculate the displacement
anywhere within the element from the nodal displacement, if an admissible shape
function matrix is available. The stiffness matrix and mass matrix can also be derived
from the shape function.