You are on page 1of 26

03ME 7073

Finite Element Method For Thermal Engineering

Lecture 2
FEM-Introduction
• A finite element method (abbreviated as FEM) is a numerical
technique to obtain an approximate solution to a class of problems
governed by elliptic partial differential equations. Such problems are
called as boundary value problems as they consist of a partial
differential equation and the boundary conditions.

• The finite element method converts the elliptic partial differential


equation into a set of algebraic equations which are easy to solve.

• The initial value problems which consist of a parabolic or hyperbolic


differential equation and the initial conditions (besides the boundary
conditions) can not be completely solved by the finite element
method.


FEM-Introduction
• The parabolic or hyperbolic differential equations contain the time as
one of the independent variables.

• To convert the time or temporal derivatives into algebraic


expressions, another numerical technique like the finite difference
method (FDM) is required.

• Thus, to solve an initial value problem, one needs both the finite
element method as well as the finite difference method where the
spatial derivatives are converted into algebraic expressions by FEM
and the temporal derivatives are converted into algebraic equations
by FDM.
FEM-Introduction
• The method can be used for any irregular-shaped domain and all
types of boundary conditions.

• Domains consisting of more than one material can be easily


analyzed.

• Accuracy of the solution can be improved either by proper refinement


of the mesh or by choosing approximation of higher degree
polynomials.

• The algebraic equations can be easily generated and solved on a


computer. In fact, a general purpose code can be developed for the
analysis of a large class of problems.
FEM-Basic Steps
A finite element analysis of a boundary-value problem should include the
following basic steps:

Discretization or subdivision of the domain ( Defining Elements &


Nodes)

Selection of the interpolation functions (to provide an approximation of


the unknown solution within an element)

Formulation of the system of equations ( also the major step in FEM.


The typical Ritz variational and Galerkin methods can be used.)

Solution of the system of equations (Once we have solved the system


of equations, we can then compute the desired parameters and display
the result in form of curves, plots, or color pictures, which are more
meaningful and interpretable.)
One dimensional Linear Element
One dimensional Linear Element
One dimensional Linear Element
One dimensional Linear Element
One dimensional Linear Element
One dimensional Linear Element
Shape Function Characteristics

Each Shape function has a value of one at its node and zero
at the other node.

Sum of the shape functions is equal to one.

Shape functions are always polynomials of the same type as


the original interpolation equation.

Derivatives of the shape functions with respect to x sum to


zero.
Higher Order One-Dimensional Elements
• Quadratic Element
• Cubic Element
Weighted residual Method
• Consider the one dimensional differential equation.

• Finite element equations are obtained by Galerkin’s Weighted Residual


Formulation.
• Consider a linear grid consisting of a number of nodes.
Weighted Residual Integral

Weighted Residual

You might also like