Finite Element Method

Author Topic: Finite Element Method  (Read 2157 times)

Offline msu_math

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Finite Element Method
« on: November 14, 2012, 06:25:28 PM »
The finite element method (FEM)  or finite element analysis (FEA) is a numerical technique for finding approximate solutions to partial differential equations (PDE) and their systems, as well as (less often) integral equations. In simple terms, FEM is a method for dividing up a very complicated problem into small elements that can be solved in relation to each other. FEM is a special case of the more general Galerkin method with polynomial approximation functions. The solution approach is based on eliminating the spatial derivatives from the PDE. This approximates the PDE with

    - a system of algebraic equations for steady state problems,
    - a system of ordinary differential equations for transient problems.

These equation systems are linear if the underlying PDE is linear, and vice versa. Algebraic equation systems are solved using numerical linear algebra methods. Ordinary differential equations that arise in transient problems are then numerically integrated using standard techniques such as Euler's method or the Runge-Kutta method.


Ref: Online Resources
Mohammad Salah Uddin

Lecturer in Mathematics
Department of Natural Sciences
FSIT, DIU

Offline msu_math

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Re: Finite Element Method
« Reply #1 on: November 14, 2012, 06:27:36 PM »
Application: FEM is a good choice for solving partial differential equations over complicated domains (like cars and oil pipelines), when the domain changes (as during a solid state reaction with a moving boundary), when the desired precision varies over the entire domain, or when the solution lacks smoothness. For instance, in a frontal crash simulation it is possible to increase prediction accuracy in "important" areas like the front of the car and reduce it in its rear (thus reducing cost of the simulation).
« Last Edit: November 14, 2012, 06:32:00 PM by msu_math »
Mohammad Salah Uddin

Lecturer in Mathematics
Department of Natural Sciences
FSIT, DIU

Offline msu_math

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Re: Finite Element Method
« Reply #2 on: November 14, 2012, 06:31:17 PM »
Example: An example of application of FEM would be in numerical weather prediction, where it is more important to have accurate predictions over developing highly nonlinear phenomena (such as tropical cyclones in the atmosphere, or eddies in the ocean) rather than relatively calm areas.
Mohammad Salah Uddin

Lecturer in Mathematics
Department of Natural Sciences
FSIT, DIU

Offline Nizhum

  • Full Member
  • ***
  • Posts: 101
  • Test
    • View Profile
Re: Finite Element Method
« Reply #3 on: March 21, 2018, 02:29:26 AM »
Informative and useful