Finite Element and Finite Difference Methods 19.9 Advanced Topics in FEM and FDM 1057
tings in numerical analyses. For example, the treatment
of incompressibility in fluids and solids is one of the
typical matters to be noted. In incompressible flows,
the equations for velocity and pressure are usually
solved separately in a weakly coupled fashion. In this
case, the feasible combination of velocity-element and
pressure-element is limited by the Ladyzhenskaya–
Babuska–Brezzi (LBB or BB) condition in the usual
FE formulation [19.14], while staggered-type grids
are needed in popular FD formulation [19.14]. It
should be added that there are no uniform general nu-
merical formulation proposed that are valid for both
incompressible and compressible flows. In the same
manner for fluid, the treatment of incompressible ma-
terials in solid FEA should be carefully treated, which
can be a cause of so-called locking in the simu-
lation. The treatment of magnetic problems usually
needs some techniques. The problems above might
be described in the manuals in most commercial
FE/FD software, but the reader should keep them in
mind.
Usually FEM and FDM are conducted with the in-
formation of material properties, domain’s shape, and
boundary conditions, to obtain the distribution of tem-
perature in thermodynamics, displacement/strain/stress
in solid mechanics, velocity/pressure in fluid dynamics,
and so on. If and only if the quality of the simulation
is highly reliable, material properties can be measured
by applying FEM and FDM iteratively with the tech-
nique of minimum search. This inverse problem setting
is sometimes useful, especially when the direct mea-
surement is impossible for some reason, although the
uniqueness of the inverse solutions is not always guar-
anteed. For information on the state-of-the-art of this
subject, please refer to [19.15].
19.9.4 Relatives of FEM and FDM
There exist other methods categorized in discretized
numerical schemes. We briefly introduce some of
them.
Finite Volume Method (FVM)
FVM is an effective scheme for fluid dynamics, where
flux-balancing is considered in a finite volume (control
volume) [19.16]. The domain is discretized into infinite
number of finite volumes, and its shape can be arbitrary.
Unknown variables are defined at the center of the con-
trol volume, while the flux on its boundary is linked
with the unknown variables in some way.
Boundary Element Method (BEM)
The derivation of BEM is based on Green’s theorem
with the use of fundamental solutions in various phe-
nomena [19.17]. BEM mainly supports linear analysis.
According the Green’s theorem, an n-dimensional prob-
lem can be treated as an (n −1)-dimensional problem
setting but only homogenous material can be handled
in BEM. The main advantage of this method is that it
can treat infinite domain such as in magnetic or acoustic
problems without any theoretical difficulties. The ma-
trix is a dense matrix, while it is a sparse matrix in other
discretized methods.
Constrained Interpolated Profile (CIP) Method
The CIP method is very powerful for moving boundary
problem and multiphysics problems [19.18,19]. It is one
of multimeasure methods with a spline-interpolation
function in FDM’s category, which utilizes both vari-
ables and its derivatives for calculation.
Particle Method
The biggest weak point of discretized methods is that
it cannot easily handle complicated moving bound-
ary unsteady problems, including explosions, since the
topology of grid/mesh must be fixed during time-step
calculations. Particle methods, such as the discrete
element method (DEM), smooth particle hydrodynam-
ics method (SPH), and related various methods, are
good for these unflavored problems. Because of limited
space in this chapter, please refer to [19.20] for details.
Including the additional methods treated above,
a rough summary of the properties of each method is
showninTable19.1. The information listed might be
not a complete set, but serves as a reference for a reader.
19.9.5 Matrix Calculation
and Parallel Computations
As shown above, the coefficient matrix in FEM and
FDM is a diagonal-dominated (banded) sparse matrix.
The matrix can be symmetrical in heat and elastic solid
problem or nonsymmetrical in fluid and nonlinear solid
problems.
There are two categories in matrix calculation: di-
rect method and iterative method. The direct matrix
solvers are based on Gauss-elimination and its mod-
ifications, such as the skyline method for symmetric
matrices, frontal (wave front) method for a nonsymmet-
ric matrix. Since the banded size around the diagonal
varies according to the numbering of the nodes, which
Part E 19.9