Lecture 3 Element Types in FEM
Lecture 3 Element Types in FEM
Method
Lecture 3: Element Types in FEM
Finite element analysis (FEA) relies on the discretization of the problem domain into simpler,
manageable parts known as finite elements. Depending on the dimensionality of the problem,
elements are categorized as 1D, 2D, or 3D. The choice of element type depends on the geometry,
nature of the problem, and the analysis to be performed (structural analysis, thermal analysis,
etc.).
3.2 1D Elements
1D elements are used to model simple structures where the geometry and loading conditions are
effectively reduced to one dimension. They are primarily used in problems such as trusses,
beams, and rods.
• Application: Used to model axial forces in structures like trusses and frames.
• Degrees of Freedom (DOF): Each node has 1 DOF (displacement along the element’s
axis).
• Assumptions: Only axial forces are considered; no bending or shear forces.
Element Characteristics:
Where:
Example: Truss members in bridges or cranes are modeled using bar elements.
• Application: Used for structural members that carry bending moments, shear forces,
and axial forces.
• Degrees of Freedom (DOF): Each node typically has 2 DOFs (axial displacement and
rotation).
• Assumptions: Bending is the primary mode of deformation, with small rotations and
displacements.
Element Characteristics:
Beam Element Stiffness Matrix: For a simple beam with axial force and bending:
K=EIL3[126L−126L6L4L2−6L2L2−12−6L12−6L6L2L2−6L4L2]\mathbf{K} = \frac{E
I}{L^3} \begin{bmatrix} 12 & 6L & -12 & 6L \\ 6L & 4L^2 & -6L & 2L^2 \\ -12 & -6L & 12 &
-6L \\ 6L & 2L^2 & -6L & 4L^2 \end{bmatrix}K=L3EI126L−126L6L4L2−6L2L2
−12−6L12−6L6L2L2−6L4L2
Where:
Example: Beams in building structures and airplane wings can be modeled using beam
elements.
3.3 2D Elements
2D elements are used for planar structures and surfaces where the stress distribution varies along
two dimensions. These elements are frequently employed in plane stress, plane strain, and shell
analyses.
• Application: Used for structural analysis of thin planar structures or when the domain
has an irregular geometry.
• Degrees of Freedom (DOF): Each node has 2 DOFs (displacements in xxx and yyy
directions).
• Types:
o T3 (Linear): 3-node triangular element with linear shape functions.
o T6 (Quadratic): 6-node triangular element with quadratic shape functions.
Element Characteristics:
• Triangular elements are useful for meshing complex geometries due to their ability to
conform to irregular boundaries.
T3 Stiffness Matrix:
Where:
• ttt = thickness,
• EEE = Young’s modulus,
• ν\nuν = Poisson’s ratio,
• ai,bi,cia_i, b_i, c_iai,bi,ci are geometric constants based on the triangle’s coordinates.
• Application: Used for structural analysis of flat surfaces like plates and shells.
• Degrees of Freedom (DOF): Each node has 2 DOFs (displacements in xxx and yyy
directions).
• Types:
o Q4 (Linear): 4-node quadrilateral element with linear shape functions.
o Q8 (Quadratic): 8-node quadrilateral element with quadratic shape functions for
higher accuracy.
Element Characteristics:
• Quadrilateral elements are more accurate for modeling smooth, continuous domains and
regular shapes compared to triangular elements.
Q4 Stiffness Matrix:
K=E(1−ν2)[A11A12…A14A21A22…A24…………A41A42…A44]\mathbf{K} = \frac{E}{(1-
\nu^2)} \begin{bmatrix} A_{11} & A_{12} & \dots & A_{14} \\ A_{21} & A_{22} & \dots &
A_{24} \\ \dots & \dots & \dots & \dots \\ A_{41} & A_{42} & \dots & A_{44}
\end{bmatrix}K=(1−ν2)EA11A21…A41A12A22…A42…………A14A24…A44
Where:
• AijA_{ij}Aij are terms derived from the element’s geometry, material properties, and
shape functions.
Example: Used in structural analysis of aircraft fuselage panels or flat plates subjected to in-
plane loads.
3.4 3D Elements
3D elements are used for modeling solid structures, where stress and strain vary in three
dimensions. These are crucial for complex, volumetric structures in solid mechanics
applications.
• Application: Used for 3D solid mechanics problems where the domain is irregular or
complex.
• Degrees of Freedom (DOF): Each node has 3 DOFs (displacements in xxx, yyy, and zzz
directions).
• Types:
o Tetrahedron (TET4): 4-node linear tetrahedral element.
o Tetrahedron (TET10): 10-node quadratic tetrahedral element for higher
accuracy.
Element Characteristics:
• Ideal for meshing complex geometries due to their flexibility in conforming to irregular
domains.
• Can model isotropic and anisotropic materials.
Where:
Element Characteristics:
• Hexahedral elements are preferred for modeling regular structures because of their
superior accuracy compared to tetrahedral elements in such domains.
Where:
Example: Used in solid mechanics problems like the structural analysis of engine blocks,
aircraft landing gear, or rocket nozzles.
3.5 Summary
In this lecture, we explored the various types of finite elements used in FEM:
• 1D Elements: Bar and beam elements used for modeling structures where axial forces
and bending moments are predominant.
• 2D Elements: Triangular and quadrilateral elements used in planar stress and strain
analyses, suitable for modeling thin-walled structures like plates and shells.
• 3D Elements: Tetrahedral and hexahedral elements used for solid mechanics problems,
particularly for modeling complex, volumetric structures in aerospace and other
industries.
Key Takeaways:
• The choice of element depends on the nature of the problem (1D, 2D, or 3D) and the
required accuracy.
• Linear elements are simpler but less accurate, while higher-order elements offer
greater precision but are computationally more intensive.
• Understanding the appropriate use of element types is crucial for accurate and efficient
finite element modeling.