0% found this document useful (0 votes)
16 views

Finite Element Method

The finite element method (FEM) is a numerical technique used to approximate solutions to boundary value problems defined by partial differential equations. It works by dividing a structure into smaller pieces or elements, then setting up algebraic equations for each element to be solved. Key aspects of FEM include modeling structures of arbitrary geometry, handling various boundary conditions, using different element types like plates or shells, and requiring high-speed computers to solve the generated equations. The method also relies on interpolation techniques like Lagrange interpolation to define element functions from nodal values.

Uploaded by

Sree Murthy
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Finite Element Method

The finite element method (FEM) is a numerical technique used to approximate solutions to boundary value problems defined by partial differential equations. It works by dividing a structure into smaller pieces or elements, then setting up algebraic equations for each element to be solved. Key aspects of FEM include modeling structures of arbitrary geometry, handling various boundary conditions, using different element types like plates or shells, and requiring high-speed computers to solve the generated equations. The method also relies on interpolation techniques like Lagrange interpolation to define element functions from nodal values.

Uploaded by

Sree Murthy
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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. 2. 3. 4. 5. Interpolation and Representation of Graphs (Lagrange Interpolation Method) Principle of Virtual Work and Minimum Potential Energy (P.E.) Classical Rayleigh Ritz Method Elements of theory of elasticity 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.

You might also like