Finite Element Analysis-Charles
Finite Element Analysis-Charles
Interpolation polynomials
The primary idea of FEM is piecewise approximation that is, the complicated problem is
divided into small regions (finite elements) of interest and the approximate solution is
obtained using simple function.
Thus, the important solution is in choosing the simple function for the solution in each
element.
The functions used to represent the behavior of the solutions within an element are called
interpolation functions or approximating functions or interpolation models.
The simplex elements are those for which the approximation polynomial consists of constant and
linear terms. (Linear model)
Eg: Simplex element in 2 dimensions is a triangle with 3 nodes.
The complex elements are those for which the approximating polynomials consists of quadratic,
cubic, and higher order terms. The complex elements may have the same shapes as the simplex
elements but will have additional boundary nodes and sometimes internal nodes.
Eg: A triangular element with three corner nodes and three mid side nodes.
1
where 1 x x 2 ... x n
T
and 2
:
n 1
The evaluation of above equation at the various nodes of element ‘e’ gives
T at node 1
at node 1
e
at node 2 T
T
e at node 2
at node M T
at node M
Where is the vector of nodal values of the field variable corresponding to element ‘e’ and the square
e
1
e
T
Substituting in the main equation, it gives
1
e N e
T T
where
1
N
T
The above equation expresses the interpolating polynomial inside any finite element in terms of
the nodal unknowns of that element e
SHAPE FUNCTION
The shape function is the function which interpolates the solution between the discrete values
obtained at the mesh nodes. Therefore, appropriate functions have to be used and, and that function
involving low order polynomials are typically chosen as shape functions.
u1
v
u x N1 0 0 N2 0 0 1
w
v x 0 N1 0 0 N2 0 1
w x 0 u
0 N1 0 0 N 2 2
v2
w2
U N x q
Where U Field variable
N x Nodal function matrix
q Nodal displacement vector
Three-Noded Triangular Element (TRIA 3) – Shape function
Coordinate system
There are two types of system
1. Cartesian (or) Rectangualar (Plane Surface) – (x, y, z)
2. Polar or Cylindrical (Curved Surface) – (r, θ, z)