Content deleted Content added
m font style |
m Replace curly quotes with straight quotes (see MOS:CURLY). |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 18:
| year = 2005
| publisher = SIAM
| doi = 10.1137/
| hdl = 20.500.11850/147656
| hdl-access = free
}}</ref> To solve a problem, FEM subdivides a large system into smaller, simpler parts called '''finite elements'''. This is achieved by a particular space [[discretization]] in the space dimensions, which is implemented by the construction of a [[Types of mesh|mesh]] of the object: the numerical ___domain for the solution that has a finite number of points. FEM formulation of a boundary value problem finally results in a system of [[algebraic equation]]s. The method approximates the unknown function over the ___domain.<ref>{{cite book
| title = A first course in the finite element method
Line 66 ⟶ 67:
The practical application of FEM is known as finite element analysis (FEA). FEA, as applied in [[engineering]], is a computational tool for performing [[engineering analysis]]. It includes the use of [[mesh generation]] techniques for dividing a [[complex system|complex problem]] into smaller elements, as well as the use of software coded with a FEM algorithm. When applying FEA, the complex problem is usually a physical system with the underlying [[physics]], such as the [[Euler–Bernoulli beam theory|Euler–Bernoulli beam equation]], the [[heat equation]], or the [[Navier-Stokes equations|Navier]][[Euler–Bernoulli beam theory|–]]Stokes equations, expressed in either PDEs or [[integral equation]]s, while the divided, smaller elements of the complex problem represent different areas in the physical system.
FEA may be used for analyzing problems over complicated domains (e.g., cars and oil pipelines) when the ___domain changes (e.g., during a solid-state reaction with a moving boundary), when the desired precision varies over the entire ___domain, or when the solution lacks smoothness. FEA simulations provide a valuable resource, as they remove multiple instances of creating and testing complex prototypes for various high-fidelity situations.<ref>{{
A clear, detailed, and practical presentation of this approach can be found in the textbook ''The Finite Element Method for Engineers''.<ref>{{Cite book |last=Huebner |first=Kenneth H. |title=The Finite Element Method for Engineers |publisher=Wiley |year=2001 |isbn=978-0-471-37078-9}}</ref>
Line 279 ⟶ 280:
===Generalized finite element method===
The generalized finite element method (GFEM) uses local spaces consisting of functions, not necessarily polynomials, that reflect the available information on the unknown solution and thus ensure good local approximation. Then a [[partition of unity]] is used to
===Mixed finite element method===
Line 340 ⟶ 341:
The [[finite difference method]] (FDM) is an alternative way of approximating solutions of PDEs. The differences between FEM and FDM are:
* The most attractive feature of the FEM is its ability to handle complicated geometries (and boundaries) with relative ease. While FDM in its basic form is restricted to handle rectangular shapes and simple alterations thereof, the handling of geometries in FEM is theoretically straightforward.<ref name=":0" /><ref name=":1">{{Cite journal |last=Topper |first=Jürgen |date=January 2005 |title=Option pricing with finite elements |url=http://dx.doi.org/10.1002/wilm.42820050119 |journal=Wilmott |volume=2005 |issue=1 |pages=84–90 |doi=10.1002/wilm.42820050119
* FDM is not usually used for irregular CAD geometries but more often for rectangular or block-shaped models.<ref>{{Cite news|url=http://www.machinedesign.com/fea-and-simulation/what-s-difference-between-fem-fdm-and-fvm|title=What's The Difference Between FEM, FDM, and FVM?|date=2016-04-18|work=Machine Design|access-date=2017-07-28|archive-date=2017-07-28|archive-url=https://web.archive.org/web/20170728024918/http://www.machinedesign.com/fea-and-simulation/what-s-difference-between-fem-fdm-and-fvm|url-status=live}}</ref>
* FEM generally allows for more flexible mesh adaptivity than FDM.<ref name=":1" />
|