Finite Difference, Finite Element and Finite Volume
Finite Difference, Finite Element and Finite Volume
Finite element
The finite element method (FEM) is a numerical method used to solve differential
equations, and it is applied in various engineering and physics problems. Unlike the finite
difference, this method divides the domain in simple shapes or elements. An approximate
solution of the partial differential equation can be developed for each element. The total
solution is generated putting together every individual solution.
This method employs triangular (2D) or tetrahedral (3D) elements on the domain,
generating an unstructured mesh. Depending of the type of element and how much
precision is desired, there will be necessary to create a fine mesh.
Typically, the finite element method is programmed computationally to calculate the
displacement field and, subsequently, through kinematic and constitutive relations, the
deformations and stresses respectively. Besides, this method is easily adaptable to heat
diffusion problems, fluid mechanics, etcetera.
Finite volume
The finite volume method (FVM) allows to discretize and numerically solve differential
equations. It is an alternative to the finite difference and finite element method. This
method is similar to the finite difference method because it divides the domain in nodes,
but instead of applying the partial differential equation to each node, the approximation is
applied to the volume surrounding the point.
The main advantage of the finite volume method is that spatial discretization is carried
out directly in the physical space of the problem. Therefore, there are no problems with
the transformation between coordinate systems. Compared with the finite difference
method, this method can be adapted with structured and unstructured meshes, making
the finite volume method the most used for the resolution of problems with complex
geometries.
It is important to note that under certain conditions, the finite volume method is equivalent
to the finite difference method. This is why, nowadays, it is the most popular method.
References
1. Captulo 3: Dinmica de Fluidos Computacional (CFD). agosto 16, 2017, de
Universidad de Sevilla Sitio web:
http://bibing.us.es/proyectos/abreproy/3718/fichero/Parte+I%252FCapitulo+3.pdf
2. Palafox, A. & Alonzo, J. Mtodos Numricos para la solucin de Ecuaciones
Diferenciales Parciales Elpticas. agosto 16, 2017, de Wordpress Sitio web:
https://jaerazcuammx.files.wordpress.com/2013/01/alonzo_palafox_reporte_ultim
o.pd
3. Captulo 8: conceptos bsicos del mtodo por elemento finito. agosto 16, 2017,
de UNAM Sitio web:
http://www.ptolomeo.unam.mx:8080/xmlui/bitstream/handle/132.248.52.100/2548
/011-MPM-Cap8-Final.pdf?sequence=11
4. Chapra, S. (2007). Mtodos numricos para ingenieros. Mxico, D.F.: McGraw-
Hill.