Basics aspects in Finite Element Method (FEM)

FINITE ELEMENT METHOD (FEM)

Introduction:

Finite Element Method (FEM) is nothing but a numerical technique to get the approximate solution to the boundary value problems consisting of a partial differential equation and the boundary conditions. The Finite element Method converts these typical equations into a set of algebraic equations which are easy to solve.

Basic Aspects of FEM:

  1. It can model a structure of arbitrary geometry by making use of various pipes, shapes and sizes.
  2. Arbitrary boundary conditions can be handled.
  3. Structures can be modeled by using different types of elements. For example: Plate elements or shell elements together can be analyzed.
  4. High Speed Computers are required.
  5. Only one solution is obtained at one time.
  6. Division of structures requires some experience.

Basic Aspects needed for FEM:

  1. Interpolation and Representation of Graphs (Lagrange Interpolation Method)
  2. Principle of Virtual Work and Minimum Potential Energy (P.E.)
  3. Classical Rayleigh Ritz Method
  4. Elements of theory of elasticity
  5. There are 2 broad finite element procedures :
    1. Variational Procedure
    2. Method of Weighted Residuals.

Principal of Virtual work and minimum PE is a particular form of Variational Procedure only.

1.      Lagrange Interpolation Method:

In FEM, Lagrange interpolation method is used for the polynomial interpolation.

The formula was named after Joseph Louis Lagrange who published it in 1795, though it was first published by Edward Waring in 1779 and rediscovered by Leonhard Euler.

Polynomial U(x) of degree ≤ n – 1 passes through n points (x1,u1 = f(x1)), (x2,u2 = f(x2)),….., (xn,un = f(xn)) is given by :

U(x) = ∑ Uj (x) where j = 1 to n.

Or U(x) can be written explicitly as,

U(x) =

Capture

 

 

 

 

 

Click here to read about Principle of Virtual Work and Minimum Potential Energy (P.E.)

Comments are closed.