Introduction To Finite Element Methods: Dr. Kiran M. C
Introduction To Finite Element Methods: Dr. Kiran M. C
by
Dr. Kiran M. C.
Assistant Professor
Department of Mechanical Engineering
NMIT, Bengaluru
Introduction to Finite Element Method
There are 3 Methods to solve any Engineering Problem
• Analytical Method
• Experimental Method
• Numerical Method
Analytical Method
•Examples: Strength of Materials(Stresses in 2D), Theory of Elasticity(Stresses in
3D) Analytical method basically consists of equations which are derived from the
assumptions, Analytical methods are used for simple structures and machine
components consisting of simple geometry, loading and boundary conditions,
though the results are accurate, but they cannot be applied to complex problems.
• Experimental Method
Examples: Photo elasticity, Strain Guages, Moire Techniques and Holography.
The experimental techniques use instruments, equipments to carry out the analysis. In terms of
results these methods give accurate solutions, but they cannot be used to solve a problem
involving complex loading and boundary conditions. They are expensive and time consuming
and consists of preparing a large-scale model of specimens.
• Numerical Method
Examples: FEM, FDM, BEM, CFD. Numerical method are the most powerful method of
analyzing any complex problems involving complicated loading and boundary conditions.
these methods are approximate but does not involve any assumptions and analytical
expressions.
These methods are economical and uses powerful digital computers to obtain the solution for any
problem pertaining to any field, though these methods give approximate results by using
convergence criteria to obtain close form solutions. This is the most versatile method in the
hands of engineers.
All commercial FEM systems run on PC, FEM is the universal tool for Engineering analysis.
Need for Computational Methods
Three-Dimensional Elements
Tetrahedral, Rectangular Prism (Brick)
3-D Continua
Discretization Examples
Three-Dimensional
One-Dimensional Two-Dimensional Brick Elements
Frame Elements Triangular Elements
Element Size
Two-Dimensional Discretization Refinement
(Node)
Pascal triangle
i. The interpolation polynomial should satisfy, as far as possible, the convergence
requirements.
ii. The pattern of variation of the field variable resulting from the polynomial model
should be independent of the local coordinate system.
iii. The number of generalized coordinates should be equal to the number of nodal
DOF of the element. This property is called as Geometric Isotropy. This can be
achieved if polynomial contains terms that do not violate symmetry. This is
achieved only by PASCAL triangle.
Nodes : Nodes are the selected finite points at which basic unknowns are to be
determined.
There are two types of Nodes:
a. External Nodes
b. Internal Nodes
External Nodes: are those which occur on the edges surface of the elements and
they will be common to two or more elements.
These Nodes are further classified as
1.Primary 2. Secondary Nodes
1. Primary nodes occur at the ends or at the corners whereas
2. Secondary nodes occur along the side of an element but not at the corners
Internal Nodes: are the one which occur inside an element. These are not
connected any other node. These nodes are used to satisfy the Geometric isotropy.
Measures of Accuracy in FEA
Accuracy
Error = |(Exact Solution)-(FEM Solution)|
Convergence
Limit of Error as:
Number of Elements (h-convergence)
or
Approximation Order (p-convergence)
Convergence Criteria
The Convergence Criteria is the set of requirements to be met by a finite element.
If the element meets the convergence criteria, the results of the FEA will be
reliable and we say that the analysis has converged.
Convergence is a process varying a repetitive Finite Element Analysis. It is
reaches the closed form solution. The convergence shown in the diagram is known
as Monotonic Convergence
Convergence Requirements
1. Displacement model should be Continuous: In FEA, this requirement is easily
met because the displacement models are always represented by algebraic
polynomials which are inherently continuous.
2. Inter-Element Compatibility: The displacement model chosen must represent
the inter-element continuity properly in the structure, without any gaps or kinks
upon deformation due to loading. This can be achieved by properly defining
displacement field in terms of degrees of freedom pertaining to the nodes on the
inter-element boundary. Model which satisfies both conditions are called
compatible conditions.
3. Rigid body motion: The displacement function must represent the rigid body
displacement. Displacement model should be a term which permit all points on
the element to experience the same displacement. if such term do not exist,
shifting of the origin of the coordinate system will cause additional stresses and
strains, which should not occur. this is achieved by including a constant term [a 0]
in the displacement field.
4. Constant Strain State: The displacement field should recover the constant
strain state upon refining the mesh, this can be achieved by including a linear
term a1x in the displacement.
5. Geometric Isotropy or Geometric Invariance: Geometric Invariance is a
property by virtue of which the result of FEA remains same irrespective of
element orientation in the structure. In the displacement model, if Coordinates
are interchanged it is should return the same value. This is achieved by writing
the displacement model using PASCAL Triangle Approach. This polynomial so
obtained is called polynomial.
Stiffness Matrix
• The stiffness matrix represents the system of linear equations that must be
solved in order to ascertain an approximate solution to the differential equation.
[K]*{q}={F}
Where, [K] is the stiffness matrix.
• Properties of Stiffness matrix
1. Stiffness matrix is a symmetric matrix.
2. Stiffness matrix obtained in the finite element analysis is banded.
3. If there are n number of nodes then global stiffness matric is n×n, provided
element is a one dimensional and one degree of freedom at each node.