| Finite Element Method |
Article Index for Finite |
Articles about Finite Element Method |
Website Links For Finite Element |
Information AboutFinite Element Method |
|
The development of the Finite Element Method In Structural Mechanics is often based on an energy principle, e.g., the Virtual Work principle or the Minimum Total Potential Energy Principle , which provides a general, intuitive and physical basis that has a great appeal to structural engineers. Mathematically , the finite element method (FEM) is used for finding approximate solution of Partial Differential Equation s (PDE) as well as of Integral Equation s such as the Heat Transport Equation . The solution approach is based either on eliminating the differential equation completely (steady state problems), or rendering the PDE into an equivalent Ordinary Differential Equation , which is then solved using standard techniques such as Finite Difference s, etc. In solving Partial Differential Equation s, the primary challenge is to create an equation which approximates the equation to be studied, but which is Numerically Stable , meaning that errors in the input data and intermediate calculations do not accumulate and cause the resulting output to be meaningless. There are many ways of doing this, all with advantages and disadvantages. The Finite Element Method is a good choice for solving partial differential equations over complex domains (like cars and oil pipelines) or when the desired precision varies over the entire domain. For instance, in simulating the weather pattern on Earth, it is more important to have accurate predictions over land than over the wide-open sea, a demand that is achievable using the finite element method. TECHNICAL DISCUSSION We will illustrate the finite element method using two sample problems from which the general method can be extrapolated. We assume that the reader is familiar with Calculus and Linear Algebra . We will use the one-dimensional : where is given and is an unknown function of , and is the second derivative of with respect to . The two-dimensional sample problem is the Dirichlet Problem : where is a connected open region in the plane whose boundary is "nice" (e.g., a Smooth Manifold or a Polygon ), and and denote the second derivatives with respect to and , respectively. The problem P1 can be solved "directly" by computing antiderivatives. However, this method of solving the Boundary Value Problem works only when there is only one spatial dimension and does not generalize to higher-dimensional problems or to problems like . For this reason, we will develop the finite element method for P1 and outline its generalization to P2. Our explanation will proceed in two steps, which mirror two essential steps one must take to solve a boundary value problem (BVP) using the FEM. In the first step, one rephrases the original BVP in its weak, or Variational form. Little to no computation is usually required for this step, the transformation is done by hand on paper. The second step is the discretization, where the weak form is discretized in a finite dimensional space. After this second step, we have concrete formulae for a large but finite dimensional linear problem whose solution will approximately solve the original BVP. This finite dimensional problem is then implemented on a Computer using a Programming Language such as C , Fortran or Matlab . VARIATIONAL FORMULATION The first step is to convert P1 and P2 into their Variational equivalents. If solves P1, then for any smooth function we have (1) Conversely, if for a given , (1) holds for every smooth function then one may show that this will solve P1. (The proof is nontrivial and uses Sobolev Space s.) By using integration by parts on the right-hand-side of (1), we obtain (2) |
|
|