Method of lines
From Scholarpedia
| Samir Hamdi et al. (2007), Scholarpedia, 2(7):2859. | revision #49416 [link to/cite this article] | |||||||||||||||||||
Curator: Dr. Samir Hamdi, GENIVAR (Hydropower & Hydraulics) and Solid Mechanics Laboratory, Ecole Polytechnique, Paris, France
Curator: Dr. William E. Schiesser, Lehigh University and University of Pennsylvania, USA
Curator: Mr. Graham W Griffiths, School of Engineering and Mathematical Sciences, City University, London, UK
The method of lines (MOL) is a general procedure for the solution of time dependent partial differential equations (PDEs). First we discuss the basic concepts, then in Part II we follow on with an example implementation.
Some PDE Basics
Our physical world is most generally described in scientific and engineering terms with respect to three-dimensional space and time which we abbreviate as spacetime. PDEs provide a mathematical description of physical spacetime, and they are therefore among the most widely used forms of mathematics. As a consequence, methods for the solution of PDEs, such as the MOL (Schiesser, 1991), are of broad interest in science and engineering.
As a basic illustrative example of a PDE, we consider
- (1)
where
-
dependent variable (dependent on
and
)
-
independent variable representing time
-
independent variable representing one dimension of three-dimensional space
-
real positive constant, explained below
Note that eq. (1) has two independent variables,
and
which is the reason it is classified as a PDE (any differential equation with more than one independent variable is a PDE). A differential equation with only one independent variable is generally termed an ordinary differential equation (ODE); we will consider ODEs later as part of the MOL.
Eq. (1) is termed the diffusion equation or heat equation. When applied to heat transfer, it is Fourier's second law; the dependent variable
is temperature and
is the thermal diffusivity. When eq. (1) is applied to mass diffusion, it is Fick's second law;
is mass concentration and
is the coefficient of diffusion or the diffusivity.
is the partial derivative of
with respect to
(
is held constant when taking this partial derivative,
which is why partial is used to describe this derivative). Eq. (1) is first order in
since the highest order
partial derivative in
is first order; it is second order in
since the highest order partial derivative in
is second
order. Eq. (1) is linear or first degree since all of the terms are to the first power (note that order and
degree can be easily confused).
Initial and Boundary Conditions
Before we consider a solution to eq. (1), we must specify some auxiliary conditions to complete the statement of the PDE problem. The number of required auxiliary conditions is determined by the highest order derivative in each independent variable. Since eq. (1) is
first order in
and second order in
, it requires one auxiliary condition in
and two auxiliary conditions
in
. To have a complete well-posed problem, some additional conditions may have to be included; for example, that specify valid ranges for coefficients (Kreiss and Lorenz, 2004). However, this is a more advanced topic and will not be developed further here.
is termed an initial value variable and therefore requires one initial condition (IC). It is an initial value variable since it starts at an initial value,
, and moves forward over a finite interval
or a semi-infinite interval
without any additional conditions being imposed. Typically in a PDE
application, the initial value variable is time, as in the case of eq. (1).
is termed a boundary value variable and therefore requires
two boundary conditions (BCs). It is a boundary value variable since it varies over a finite interval
, a semi-infinite interval
or a fully infinite interval
, and at two different values of
, conditions are imposed on
in eq. (1). Typically, the two values of
correspond to boundaries of a physical system, and hence the name boundary conditions.
As examples of auxiliary conditions for eq. (1) (there are other possibilities),
- An IC could be
- (2)
- where
is a given function of
.
- Two BCs could be
- (3)
- (4)
- where
is a given boundary (constant) value of
for all
. Another common possibility is where the initial condition is given as above and the boundary conditions are
and
. Discontinuities at the boundaries, produced for example, by differences in initial and boundary conditions at the boundaries, can cause computational difficulties, particularly for hyperbolic problems.
BCs can be of three types:
- If the dependent variable is specified, as in BC (3), the BC is termed Dirichlet.
- If the derivative of the dependent variable is specified, as in BC (4), the BC is termed Neumann.
- If both the dependent variable and its derivative appear in the BC, it is termed a BC of the third type or a Robin BC.
Types of PDE Solutions
Eqs. (1), (2), (3) and (4) constitute a complete PDE problem and we can now consider what we mean
by a solution to this problem. Briefly, the solution of a PDE problem is a function that defines the dependent variable as a function of the independent variables, in this case
. In other words, we seek a function
that when substituted in the PDE and all of its auxiliary conditions, satisfies simultaneously all of these equations.
The solution can be of two types:
- If the solution is an actual mathematical function, it is termed an analytical solution. While analytical solutions are the gold standard for PDE solutions in the sense that they are exact, they are also generally difficult to derive mathematically for all but the simplest PDE problems (in much the same way that solutions to nonlinear algebraic equations generally cannot be derived mathematically except for certain classes of nonlinear equations).
- If the solution is in numerical form, e.g.,
tabulated numerically as a function of
and
, it is termed a numerical solution. Ideally, the numerical solution is simply a numerical evaluation of the analytical solution. But since an analytical solution is generally unavailable for realistic PDE problems in science and engineering, the numerical solution is an approximation to the analytical solution, and our expectation is that it represents the analytical solution with good accuracy. However, numerical solutions can be computed with modern-day computers for very complex problems, and they will generally have good accuracy (even though this cannot be established directly by comparison with the analytical solution since the latter is usually unknown).
The focus of the MOL is the calculation of accurate numerical solutions.
PDE Subscript Notation
Before we go on to the general classes of PDEs that the MOL can handle, we briefly discuss an alternative notation for PDEs. Instead of writing the partial derivatives as in eq. (1), we adopt a subscript notation that is easier to state and bears a closer resemblance to the associated computer coding. For example, we can write eq. (1) as
- (5)
where, for example,
is subscript notation for
.
In other words, a partial derivative is represented as the dependent variable with a subscript that defines the independent variable. For a derivative that is of order
,
the independent variable is repeated
times, e.g., for eq. (1),
represents
.
A General PDE System
Using the subscript notation, we can now consider some general PDEs. For example, a general PDE first order in
can be considered
- (6)
where an overbar (overline) denotes a vector. For example,
denotes a vector of
dependent variables
i.e., a system of
simultaneous PDEs.
Similarly,
denotes an
vector of derivative functions
where
denotes a transpose (here a row vector is transposed to a column vector).
Note also that
is a vector of spatial coordinates, so that, for example, in Cartesian coordinates
while
in cylindrical coordinates
. Thus, eq. (6) can represent PDEs in one, two and three spatial dimensions.
Since eq. (6) is first order in
, it requires one initial condition
- (7)
where
is an
-vector of initial condition functions
The derivative vector
of eq. (6) includes functions of various spatial derivatives,
,
and therefore we cannot state a priori the required number of BCs. For example, if the highest order derivative in
in all of the derivative functions is second order, then we require
BCs for each of the spatial independent variables, e.g.,
for a 2D PDE system,
BCs for a 3D PDE system.
We state the general BC requirement of eq. (6) as
- (8)
where the subscript
denotes boundary. The vector of boundary condition functions,
has a length (number of functions) determined by the highest order
derivative in
in each PDE (in eq. (6) ) as discussed previously.
PDE Geometric Classification
Eqs. (6), (7) and (8) constitute a general PDE system to which the MOL can be applied. Before proceeding to the details of how this might be done, we need to discuss the three basic forms of the PDEs as classified geometrically. This geometric classification can be done rigorously if certain mathematical forms of the functions in eqs. (6), (7) and (8) are assumed. However, we will adopt a somewhat more descriptive (less rigorous but more general) form of these functions for the specification of the three geometric classes.
If the derivative functions in eq. (6) contain only first
order derivatives in
, the PDEs are classified
as first order hyperbolic. As an example, the equation
- (9)
is generally called the linear advection equation; in physical applications,
is a linear or flow velocity. Although eq. (9) is possibly the simplest PDE, this simplicity is deceptive in the sense that it can be very difficult to integrate numerically since it propagates discontinuities, a distinctive feature of first order hyperbolic PDEs.
Eq. (9) is termed a conservation law since it expresses conservation of mass, energy or momentum under the conditions for which it is derived, i.e., the assumptions on which the equation is based. Conservation laws are a bedrock of PDE mathematical models in science and engineering, and an extensive literature pertaining to their solution, both analytical and numerical, has evolved over many years.
An example of a first order hyperbolic system (using the notation
) is
Eqs. (10) and (11) constitute a system of two linear, constant coefficient, first order hyperbolic PDEs.
Differentiation and algebraic substitution can occasionally be used to eliminate some dependent variables in systems of PDEs. For example, if eq. (10) is differentiated with respect to
and eq. (11) is differentiated
with respect to
we can then eliminate the mixed partial derivative between these two equations
(assuming
in the first equation equals
in the second equation) to obtain
- (12)
Eq. (12) is the second order hyperbolic wave equation.
If the derivative functions in eq. (6) contain only
second order derivatives in
, the PDEs
are classified as parabolic. Eq. (1) is an example of a parabolic PDE.
Finally, if a PDE contains no derivatives in
(e.g., the LHS of eq. (6) is zero) it is classified as elliptic. As an example,
- (13)
is Laplace's equation where
and
are spatial independent
variables in Cartesian coordinates. Note that
with no derivatives in
, elliptic PDEs require no ICs, i.e., they are entirely boundary value PDEs.
PDEs with mixed geometric characteristics are possible, and in fact, are quite common in applications. For example, the PDE
- (14)
is hyperbolic-parabolic. Since it frequently models convection (hyperbolic) through
the term
and diffusion (parabolic) through the term
,
it is generally termed a convection-diffusion equation.
If additionally, it includes a function of the dependent variable
such as
- (15)
then it might be termed a convection-diffusion-reaction equation
since
typically models the rate of a chemical reaction.
If the function depends only the independent variables, i.e.,
- (16)
the equation could be labeled an inhomogeneous PDE.
This discussion clearly indicates that PDE problems come in an infinite variety, depending, for example, on linearity, types of coefficients (constant, variable), coordinate system, geometric classification (hyperbolic, elliptic, parabolic), number of dependent variables (number of simultaneous PDEs), number of independent variables (number of dimensions), type of BCs, smoothness of the IC, etc., so it might seem impossible to formulate numerical procedures with any generality that can address a relatively broad spectrum of PDEs. But in fact, the MOL provides a surprising degree of generality, although the success in applying it to a new PDE problem depends to some extent on the experience and inventiveness of the analyst, i.e., MOL is not a single, straightforward, clearly defined approach to PDE problems, but rather, is a general concept (or philosophy) that requires specification of details for each new PDE problem. We now proceed to illustrate the formulation of a MOL numerical algorithm with the caveat that this will not be a general discussion of MOL as it might be applied to any conceivable PDE problem.
Elements of the MOL
The basic idea of the MOL is to replace the spatial (boundary value) derivatives in the PDE with algebraic approximations. Once this is done, the spatial derivatives are no longer stated explicitly in terms of the spatial independent variables. Thus, in effect only the initial value variable, typically time in a physical problem, remains. In other words, with only one remaining independent variable, we have a system of ODEs that approximate the original PDE. The challenge, then, is to formulate the approximating system of ODEs. Once this is done, we can apply any integration algorithm for initial value ODEs to compute an approximate numerical solution to the PDE. Thus, one of the salient features of the MOL is the use of existing, and generally well established, numerical methods for ODEs.
To illustrate this procedure, we consider the MOL solution of eq. (9).
First we need to replace the spatial derivative
with an algebraic approximation. In this case we will use a finite difference (FD) such as
- (17)
where
is an index designating a position along a grid in
and
is the spacing in
along the grid, assumed constant for the time being.
Thus, for the left end value of
,
, and for the right end value of
,
, i.e., the grid in
has
points. Then the MOL approximation of eq. (9) is
- (18)
Note that eq. (18) is written as an ODE since there is now only one independent variable,
. Note also that eq. (18) represents a system of
ODEs.
This transformation of a PDE, eq. (9), to a system of ODEs, eqs.
(18), illustrates the essence of the MOL, namely, the
replacement of the spatial derivatives, in this case
, so that the solution of a system of ODEs approximates the solution of the
original PDE. Then, to compute the solution of the PDE, we
compute a solution to the approximating system of ODEs. But
before considering this integration in
, we have to
complete the specification of the PDE problem. Since eq. (9) is
first order in
and first order in
,
it requires one IC and one BC. These will be taken as
Since eqs. (18) constitute
initial value ODEs,
initial conditions are required and from eq. (19),
these are
- (21)
Also, application of BC (20) gives for grid point
- (22)
Eqs. (18), (21) and (22) now constitute the complete MOL approximation of eq. (9) subject to eqs. (19) and (20).
The solution of this ODE system gives the
functions
- (23)
that is, an approximation to
at the grid points
.
Before we go on to consider the numerical integration of the approximating ODEs, in this case eqs. (18), we briefly consider further the FD approximation of eq. (17), which can be written as
- (24)
where
denotes of order
, that is, the truncation error (from a truncated Taylor series) of the approximation of eq. (18) is proportional to
(varies linearly with
); thus eq. (24) is also termed a first order FD (since
is to the first power in the order or truncation error term).
Note that the numerator of eq. (17),
, is
a difference in two values of
. Also, the denominator
remains finite (nonzero). Hence the name
finite difference (and it is an approximation because of the
truncated Taylor series, so a more complete description is first order finite difference approximation). In fact, in the limit
the approximation of eq. (17)
becomes exactly the derivative. However, in a practical
computed-based calculation,
remains finite,
so eq. (17) remains an approximation.
Also, eq. (9) typically describes the flow of a physical quantity
such as concentration of a chemical species or temperature,
represented by
, from left to right with respect to
with velocity
. Then, using the FD
approximation of eq. (24) at
involves
and
. In a flowing system,
is to the left (in
) of
or is upstream or upwind of
(to use a nautical analogy). Thus, eq. (24) is
termed a first order upwind FD approximation. Generally, for
strongly convective systems such as modeled by eq. (9), some form
of upwinding is required in the numerical solution of the
descriptive PDEs; we will look at this requirement further in the
subsequent discussion.
ODE Integration within the MOL
We now consider briefly the numerical integration of the
ODEs of eqs. (18).
If the derivative
is approximated by a first order FD
- (25)
where
is an index for the variable
(
moves forward in steps denoted or indexed by
), then a FD remains an approximation to the derivative of eq. (18) is
or solving for
,
- (26)
Eq. (26) has the important characteristic that it gives
explicitly, that is, we can solve for the solution
at the advanced point in
,
, from the solution at the base point
.
In other words, explicit numerical integration of eqs. (18) is by the forward FD
of eq. (25), and this procedure is generally termed the forward Euler method which is
the most basic form of ODE integration.
While the explicit form of eq. (26) is computationally convenient, it has a possible limitation.
If the time step
is above a critical value, the calculation becomes unstable, which is
manifest by successive changes in the dependent variable,
, becoming larger and eventually unbounded as the calculation moves forward in
(for increasing
).
In fact, for the solution of eq. (9) by the method of eq. (26) to remain stable, the dimensionless group
, which is called
the Courant-Friedricks-Lewy or CFL number, must remain below a critical
value, in this case, unity. Note that this stability limit places an upper limit on
for a given
and
; if one attempts to increase the accuracy of eq. (26) by using a smaller
(larger number of grid points in
by increasing
),
a smaller value of
is required to keep the CFL number below its critical value. Thus, there is a conflicting requirement of improving accuracy while maintaining stability.
The way to circumvent the stability limit of the explicit Euler method as implemented via the forward FD of eq. (25) is to
use a backward FD for the derivative in
- (27)
so that the FD approximation of eqs. (18) becomes
or after rearrangement (with
)
- (28)
Note that we cannot now solve eq. (28) explicitly for the solution at the advanced
point,
, in terms of the solution at the base point
.
Rather, eq. (28) is implicit in
because
is also
unknown; that is, we must solve eq. (28) written for
each grid point
as a simultaneous system of bidiagonal equations (bidiagonal because each of eqs. (28) has two unknowns so that simultaneous solution of the full set
of approximating algebraic equations is required to obtain the complete numerical
solution
). Thus, the solution of eqs. (28)
is termed the implicit Euler method.
We could then naturally ask why use eqs. (28) when eq. (26) is so much easier to use (explicit calculation of the solution at the next step in
of eq. (26) vs. the implicit calculation of eqs. (28)). The answer is that the implicit calculation of eqs. (28)
is often worthwhile because the implicit Euler method has no stability limit
(is unconditionally stable in comparison with the explicit method with the stability limit stated in terms of
the CFL condition). However, there is a price to pay for the improved stability of the implicit Euler method,
that is, we must solve a system of simultaneous algebraic equations; eqs. (28) is an
example. Furthermore, if the original ODE system approximating the PDE is nonlinear, we have to solve a system of nonlinear algebraic equations (eqs. (28) are linear, so the solution is much easier).
The system of nonlinear equations is typically solved by a variant of Newton's method which can become very
demanding computationally if the number of ODEs is large (due to the use of a large number of spatial grid points in the MOL approximation of the PDE, especially when we attempt the solution of two dimensional (2D) and three dimensional (3D) PDEs). If you have had some experience with Newton's method, you may appreciate that the Jacobian matrix of the nonlinear algebraic system can become very large and sparse as the number of spatial grid points increases.
Additionally, although there is no limit for
with regard to stability for the implicit method,
there is a limit with regard to accuracy. In fact, the first order upwind approximation of
in eq. (9), eq. (24), and the first order approximation of
in eq. (9), eq. (25) or (27), taken together limit the accuracy
of the resulting FD approximation of eq (9). One way around this accuracy limitation is
to use higher order FD approximations for the derivatives in eq. (9).
For example, if we consider the second order approximation for
at
- (29)
substitution in eq. (9) gives the MOL approximation of eq. (9)
- (30)
We could then reason that if the integration in
is performed by the explicit Euler method, i.e., we use
the approximation of eq. (25) for
, the resulting numerical solution should be more accurate than the solution from eq. (26). In fact, the MOL approximation based on
this idea
- (31)
is unconditionally unstable; this conclusion can be demonstrated by a von Neumann stability analysis that we will not cover here. This surprising result demonstrates that replacing the derivatives in PDEs with higher order approximations does not necessarily guarantee more accurate solutions, or even stable solutions.
Numerical Diffusion and Oscillation
Even if the implicit Euler method is used for the integration in
of eqs. (30)
to achieve stability (or a more sophisticated explicit integrator in
is used that
automatically adjusts
to achieve a prescribed
accuracy), we would find the solution oscillates unrealistically. This numerical distortion is one of
two generally observed forms of numerical error. The other numerical distortion is diffusion which would
be manifest in the solution from eq. (26). Briefly, the solution would exhibit excessive
smoothing or rounding at points in
where the solution changes rapidly.
It should be noted that numerical diffusion produced by a first order approximation (e.g., of
in eq. (9) )is to be expected due to severe truncation of the Taylor series (beyond the first or linear term),
and that the production of numerical oscillations by higher order approximations is predicted by the Godunov order barrier theorem (Wesseling, 2001). To briefly explain, the order barrier is first order and any linear approximation, including FDs, above first order will not be monotonicity preserving (i.e. will introduce oscillations).
Eq. (9) is an example of a difficult Riemann problem (Wesseling, 2001) if IC eq. (19) is
discontinuous; for example,
where
is the Heaviside unit step function. The (exact) analytical solution is the initial condition function
of eq. (19) moving left to right with velocity
(from eq. (9) and without distortion, i.e.,
; however, the numerical solution will oscillate if
in eq. (9) is replaced with a linear approximation of second or higher order.
We should also mention one point of terminology for FD approximations. The RHS of eq. (29)
is an example of a centered approximation since the two points at
and
are centered around the point
. Eq. (24) is an example of a noncentered, one-sided or upwind approximation since the points
and
are not centered with respect to
. Another possibility would be to use the points
and
in which case the approximation of
would be downwind (for
). Although this might seem like a logical alternative to eq. (17) for approximating eq. (9) at point
, the resulting MOL system of ODEs is actually unstable. Physically, for a convective system modeled by eq. (9), we would be using information
that is downwind of the point of interest (point
) and thus unavailable in a system flowing with positive velocity
. If
is negative, then using points
and
would be upwinding (and thus stable). This illustrates the concept that the direction of flow can be a key consideration in forming the FD approximation of a (convective or hyperbolic) PDE.
Finally, to conclude the discussion of first order hyperbolic PDEs such as eq. (9), since the Godunov theorem indicates that FD approximations above first order will produce numerical oscillations in the solution, the question remains if there are approximations above first order that are nonoscillatory. To answer this question we note first that the Godunov theorem applies to linear approximations; for example, eq. (29) is a linear approximation since
on the RHS is to the first power. If, however, we consider nonlinear approximations for
, we
can in fact develop approximations that are nonoscillatory. The details of such nonlinear approximations are
beyond the scope of this discussion, so we will merely mention that they are termed high resolution methods
which seek a total variation diminishing (TVD) solution. Such methods, which include flux limiter (Wesseling, 2001) and weighted essentially nonoscillatory (WENO) (Shu, 1998) methods, seek to avoid non-real oscillations when shocks or discontinuities occur in the solution.
So far we have considered only the MOL solution of first order PDEs, e.g., eq. (9).
We conclude this discussion of the MOL by considering a second order PDE, the parabolic eq. (1). To begin, we need an approximation for the second derivative
.
A commonly used second order, central approximation is (again, derived from
the Taylor series, so the term
represents the truncation error)
- (32)
Substituting eq. (32) into eq. (1) gives a system of approximating ODEs
- (33)
Eqs. (33) are then integrated subject to IC (2) and BCs (3) and (4). This integration in
can be by the explicit
Euler method, the implicit Euler method, or any other higher order integrator for initial value ODEs.
Generally stability is not as much of a concern as with the previous hyperbolic PDEs (a characteristic of parabolic PDEs which tend to smooth solutions rather than hyperbolic PDEs which tend to propagate nonsmooth conditions). However, stability constraints do exist for explicit methods. For example, for the explicit Euler method with a step
in
, the stability constraint
is
(so that as
is reduced to achieve better spatial accuracy in
,
must also be reduced to maintain stability).
Before proceeding with the integration of eqs. (33), we must include BCs (3) and (4).
The Dirichlet BC at
,
eq. (3), is merely
- (34)
and therefore the ODE of eqs. (33) for
is not required and the ODE
for
becomes
- (35)
Differential Algebraic Equations
Eq. (34) is algebraic, and therefore in combination with the ODEs of eqs. (33), we have a differential algebraic (DAE) system.
At
, we have eqs. (33)
- (36)
Note that
is outside the grid in
, i.e.,
is a fictitious point.
But we must assign a value to
if eq. (36) is to be integrated.
Since this requirement occurs at the boundary point
, we obtain this value by approximating BC (4) using the centered FD
approximation of eq. (29)
or
- (37)
We can add eq. (37) as an algebraic equation to our system of equations, i.e., continue to use the DAE format, or we can substitute
from eq. (37) into the eq. (36)
- (38)
and arrive at an ODE system (eqs. (33)
for
, eq. (35) for
and eq. (38) for
).
Both approaches, either an ODE system or a DAE system, have been used in MOL studies.
Either way, we now have a complete formulation of the MOL ODE or DAE system, including the BCs at
in eqs. (33). The integration of these equations then gives the numerical solution
. The preceding discussion is based on a relatively basic DAE system, but it indicates that integrators designed for DAE systems can play an important role in MOL analysis.
If the implicit Euler method is applied to eqs. (33), we have
or (with
)
which is a tridiagonal system of algebraic equations (three unknowns in each equation). Since such banded systems (the nonzero elements are banded around the main diagonal) are common in the numerical solution of PDE systems, special algorithms have been developed to take advantage of the banded structure, typically by not storing and using the zero elements outside the band. These special algorithms that take advantage of the structure of the problem equations can result in major savings in computation time. In the case of tridiagonal equations, the special algorithm is generally called Thomas' method. If the coefficient matrix of the algebraic system does not have a well defined structure, such as bidiagonal or tridiagonal, but consists of mostly zeros with a relatively small number of nonzero elements, which is often the case in the numerical solution of PDEs, the coefficient matrix is said to be sparse; special algorithms and associated software for sparse systems have been developed that can result in very substantial savings in the storage and numerical manipulation of sparse matrices.
Generally, when applying the MOL, integration of the approximating ODE/DAEs (e.g., eqs. (25) and (33)) is accomplished by using library routines for initial value ODE/DAEs. In other words, the explicit programming of the ODE/DAE integration (such as the explicit or implicit Euler method) is avoided; rather, an established integrator is used. This has the advantage that: (1) the detailed programming of the integration can be avoided, particularly the linear algebra (solution of simultaneous equations) required by an implicit integrator, so that the MOL analysis is substantially simplified, and (2) library routines (usually written by experts) include features that make these routines especially effective (robust) and efficient such as automatic integration step size adjustment and the use of higher order integration methods (beyond the first order accuracy of the Euler methods); also, generally they have been thoroughly tested. Thus, the use of quality ODE/DAE library routines is usually an essential part of MOL analysis. We therefore list at the end of this article some public domain sources of such library routines.
Since the MOL essentially replaces the problem PDEs with systems of approximating ODEs, the addition of other ODEs is easily accomplished; this might occur, for example, if the BCs of a PDE are stated as ODEs. Thus, a mixed model consisting of systems of PDEs and ODEs is readily accommodated. Further, this idea can easily be extended to systems of ODE/DAE/PDEs. In other words, the MOL is a very flexible procedure for various combinations of algebraic and differential equations (and this flexibility generally is not available with other library software for PDEs).
Higher Dimensions and Different Coordinate Systems
To conclude this discussion of the MOL solution of PDEs, we cover two additional points.
First, we have considered PDEs in only Cartesian coordinates, and in fact, just one Cartesian coordinate,
. But MOL analysis can in principle
be carried out in any coordinate system. Thus, eq. (1) can be generalized to
- (39)
where
is the coordinate independent Laplacian operator
which can then be expressed in terms
of a particular coordinate system. For example, in cylindrical
coordinates eq. (39) is
- (40)
and in spherical coordinates eq. (39) is
- (41)
The challenge then in applying the MOL to PDEs such as eqs. (40)
and (41) is the algebraic approximation of the
RHS (
) using for example, FDs, finite elements
or finite volumes; all of these approximations
have been used in MOL analysis, as well as Galerkin, least squares, spectral and other methods.
A particularly demanding step is regularization of singularities such as at
(note the number of divisions by
in the RHS of eqs. (40)
and (41) and at
(note the divisions
by
in eq. (41)).
Thus the application of the MOL typically requires analysis based on the experience and creativity of the analyst (i.e., it is generally not a mechanical procedure from beginning to end).
The complexity of the numerical solution of higher dimensional PDEs in various coordinate systems prompts the question of why a particular coordinate system would be selected over others. The mathematical answer is that the judicious choice of a coordinate system facilitates the implementation of the BCs in the numerical solution.
The answer based on physical considerations is that the coordinate system is selected to reflect the geometry of the problem system. For example, if the physical system has the shape of a cylinder, cylindrical coordinates would be used. This choice then facilitates the implementation of the BC at the exterior surface of the physical system (exterior surface of the cylinder). However, this can also lead to complications such as the
singularities in eq. (40) (due to the variable
and
coefficients).
The resolution of these
complications is generally worth the effort rather than the use of a coordinate system that does not
naturally conform to the geometry of the physical system. If the physical system is not shaped in accordance with a particular coordinate system, i.e., has an irregular geometry, then an approximation to
the physical geometry is used, generally termed body fitted coordinates.
As a concluding point, we might consider the origin of the name method of lines.
If we consider eqs. (33), integration of this ODE system produces the solution
(note
, a constant,
from BC (3)). We could then plot these functions in an
plane as
a vertical line at each
(
) with the height of each line
equal to
. In other words, the plot of the solution would be
a set of vertical parallel lines suggesting the name method of lines (Schiesser, 1991).
Sources of ODE/DAE Integrators
One of the very useful aspects of MOL is that it enables tried and tested ODE/DAE numerical routines to be used, many of which are in the public domain. The following sources are a good starting point for these routines. The LSODE and VODE series of ODE/DAE integrators [2s], DASSL [2s] Radau5 and MEBDFDAE [6s] for DAEs and the SUNDIALS library [5s] are widely used in MOL analysis. Some challenging test problems for ODE/DAE routines as well as some efficient codes and an abundance of illustrative test results can be found on [6s]. Additionally, routines that can be called from MOL codes are available to perform a variety of complementary computations (e.g., functional approximation by interpolation, evaluation of integrals, maximization and minimization in optimization associated with the solution of PDEs) [1s,3s,4s]
- [1s] NETLIB: http://www.netlib.org/
- [2s] NETLIB-ODE/DAE: http://www.netlib.org/ode/index.html (emphasis on ODE/DAE software that can be used in MOL analysis)
- [3s] GAMS: http://gams.nist.gov/
- [4s] TOMS:http://www.netlib.org/
- [5s] CASC: http://www.llnl.gov/CASC/software.html
- [6s] TESTSET: http://www.dm.uniba.it/~testset/
Example Implementation
Part II of this article deals with an example implementation.
Acknowledgements
The authors would like to thank the anonymous reviewers for their positive and constructive comments.
References
- Kreiss, H-O. and J. Lorenz. (2004), Initial-Boundary Value Problems and the Navier-Stokes Equations, SIAM, Philadelphia.
- Schiesser, W. E. (1991), The Numerical Method of Lines: Integration of Partial Differential Equations, Academic Press, San Diego; see also http://eqworld.ipmnet.ru, http://www.lehigh.edu/~wes1/apci/28apr00.pdf
- Shu, C-W (1998), Essentially Non-oscillatory and Weighted Essential Non-oscillatory Schemes for Hyperbolic Conservation Laws. In: Cockburn, B., C. Johnson, C-W. Shu and E. Tadmor (Eds.), Advanced Numerical Approximation of Nonlinear Hyperbolic Equations, Lecture Notes in Mathematics, vol 1697. Springer, pp325-432.
Internal references
- Olaf Sporns (2007) Complexity. Scholarpedia, 2(10):1623.
- Eugene M. Izhikevich (2007) Equilibrium. Scholarpedia, 2(10):2014.
- Kendall E. Atkinson (2007) Numerical analysis. Scholarpedia, 2(8):3163.
- Polyanin, A. D., W. E. Schiesser, A. I. Zhurov (2008) Partial differential equation. Scholarpedia.
- Jeff Moehlis, Kresimir Josic, Eric T. Shea-Brown (2006) Periodic orbit. Scholarpedia, 1(7):1358.
- Philip Holmes and Eric T. Shea-Brown (2006) Stability. Scholarpedia, 1(10):1838.
See also
Differential-Algebraic Equations, Numerical Analysis, Partial Differential Equations, Wave Equation
| Samir Hamdi, William E. Schiesser, Graham W Griffiths (2007) Method of lines. Scholarpedia, 2(7):2859, (go to the first approved version) Created: 10 January 2007, reviewed: 11 July 2007, accepted: 11 July 2007 |

