Lecture 2 Mathematical Formulation of FEM
Lecture 2 Mathematical Formulation of FEM
Method
Lecture 2: Mathematical Formulation of FEM
In engineering, physical phenomena such as structural deformation, heat transfer, fluid flow, and
electromagnetic fields are modeled using partial differential equations (PDEs). These
equations describe how variables like displacement, temperature, and velocity change with
respect to time and space.
L(u)=f\mathcal{L}(u) = fL(u)=f
Where:
1. Structural Mechanics:
o Stress-strain relationship: Describes the behavior of materials under load.
o Equilibrium equation: Balances internal stresses with external forces.
Where:
o TTT is temperature,
o kkk is thermal conductivity,
o QQQ is heat generation,
o ρ\rhoρ is density, ccc is specific heat.
3. Fluid Mechanics:
o Navier-Stokes equation: Governs fluid motion.
Where:
o uuu is velocity,
o ppp is pressure,
o μ\muμ is dynamic viscosity.
Many governing equations can be derived from variational principles, where the physical
system seeks to minimize a certain functional (e.g., energy, work).
Where:
The weak form is: ∫VwL(u) dV=∫Vwf dV\int_V w \mathcal{L}(u) \, dV = \int_V w f \, dV∫V
wL(u)dV=∫VwfdV
The strong form of the equilibrium equation is: ∇⋅σ+f=0\nabla \cdot \sigma + f = 0∇⋅σ+f=0
The weak form is obtained by multiplying by a test function vvv and integrating:
The finite element method discretizes the problem domain into smaller, simpler parts called
finite elements. These elements can be one-dimensional (1D), two-dimensional (2D), or three-
dimensional (3D).
1. 1D Elements:
o Used for problems like beams, trusses, and bars.
o Shape functions are simple linear or quadratic polynomials.
Example:
o
A beam element with two nodes, each having one degree of freedom (DOF) for
displacement.
2. 2D Elements:
o Used for plane stress/strain problems, membranes, and shells.
o Typical elements include triangular (T3) and quadrilateral (Q4) elements.
Example:
o
A quadrilateral element with four nodes, each node having two DOFs
(displacement in xxx and yyy).
3. 3D Elements:
o Used for volumetric problems like solid mechanics.
o Elements can be tetrahedrons or hexahedrons.
Example:
o A tetrahedral element with four nodes, each node having three DOFs
(displacement in xxx, yyy, and zzz).
Each finite element has associated shape functions that define how the solution varies within the
element.
• Linear Shape Functions: Provide a piecewise linear approximation, suitable for simple
problems.
• Quadratic or Higher-Order Shape Functions: Provide a more accurate representation
of the solution, especially for complex geometries.
1. Element Matrices: Each element has its own stiffness matrix (for structural problems)
or conductivity matrix (for thermal problems), which relates nodal forces to nodal
displacements or fluxes to temperatures.
2. Global System: The local element matrices are assembled into a global system matrix
that represents the entire problem domain.
The finite element equation for a typical structural problem becomes: Ku=f\mathbf{K}
\mathbf{u} = \mathbf{f}Ku=f
Where:
In linear FEM, the material behavior, geometry, and boundary conditions are assumed to be
linear. This implies that:
Characteristics:
• Simple to implement.
• Fast to compute.
• Suitable for small deformation problems.
In non-linear FEM, one or more assumptions of linearity are relaxed. This leads to more
accurate but computationally intensive solutions. Non-linearities can be classified into:
1. Geometric Non-linearity:
o Arises when large deformations occur, and changes in the geometry significantly
affect the system response.
o Examples: buckling of structures, large deflection of beams.
2. Material Non-linearity:
o Occurs when the material behavior is not linear (e.g., plastic deformation,
hyperelasticity).
o Examples: plasticity, viscoelasticity, creep.
3. Boundary Condition Non-linearity:
o Arises when boundary conditions change during the analysis (e.g., contact
problems).
o Examples: Contact between two bodies, frictional sliding.
Non-linear problems require iterative methods to solve. The most common techniques include:
• Newton-Raphson Method: Iterative procedure to solve non-linear equations.
• Arc-Length Method: Used for solving problems involving snap-through or post-
buckling behavior.
2.5 Summary
In this lecture, we explored the mathematical formulation of the Finite Element Method,
focusing on: