Finite Element Method
Finite Element Method
Different from the finite difference method (FDM) described earlier, the FEM
introduces approximated solutions of the variables at every nodal points, not
their derivatives as has been done in the FDM. The region of interest is
subdivided into small regions that are called finite elements. It will then be
assumed that some predetermined function ( such as |(x,y,z,t)) in terms of
dependent variables (such as the spatial and time coordinates, x,y,x,z & t) can be
used to replace the dependent variable (T(x,y,z,t)at the node (with unknown
coefficients (a
i
) to be determined).
This function has to satisfy both the governing equation (heat diffusion equation
for heat transfer problem, for example) at every nodal points and the boundary
condition at every exterior nodal points. By substitute this function into every
points we can obtain a system of algebraic equations in terms of the unknown
coefficients (a
i
). This system of equations can then be solved using standard
numerical schemes described before.
( , , , ) ( , , , ), where N is the total number of
nodal points in the domain.
N
i i
i
T x y z t a x y x t | =