612 19 Numerical Solutions of the Basic Equations
methods, which use three or even more time levels, offer higher precision.
This is correct, but they require greater numerical effort. The requirement
for storage of data increases and methods of lower order have to be employed
to be able to begin computing at the first time intervals to avoid divergence
of the solution.
The different methods for discretizing variables with respect to time, differ
only in the choice of τ. Following the type of equations which result from
different values of τ, the corresponding methods are called explicit or implicit
methods.
In the explicit case, t
τ
= t
α−1
is chosen and thus the sought value Φ
α
P
is
computed only from the values Φ
Nb
and Φ
P
of the old time level. Equation
(19.91) therefore reads
ρ
0
∆V
∆t
(Φ
α
P
− Φ
α−1
P
)+ˆa
α−1
P
Φ
α−1
P
−
Nb
a
α−1
Nb
Φ
α−1
Nb
= S
α−1
P
∆V (19.92)
or, rearranged with n = α and 0 = α − 1:
Φ
n
P
= Φ
o
P
−
∆t
ρ
0
∆V
(ˆa
o
P
Φ
o
P
−
Nb
a
o
Nb
Φ
o
Nb
− S
o
P
∆V ). (19.93)
This is an explicit equation for Φ
α
P
as, except for the sought value Φ
n
P
,all
other values are known from the preceding time interval. Generally, explicit
methods have the disadvantage that the size of the time interval is limited.
This can be understood and explained by considerations of the numerical
stability of the method. Another disadvantage is, that explicit methods do
not describe the time behavior of the diffusive transport processes in the same
way that the initial differential equation does. When an explicit method is
used in numerical computations, the information on a modification of the
boundary conditions per time interval is only carried by one grid point. This
is different from the actual physical behavior, as such information, due to
diffusion, is immediately transferred to the entire computational area.
In this respect, implicit methods are often better suited to reflect the actual
physical process, which also explains their higher numerical stability. Implicit
methods use, among other things, t
τ
= t
α
, with which, as a consequence
results from (19.91), the simplest implicit method of first order results:
ρ∆V
∆t
(Φ
α
P
− Φ
α−1
P
)+ˆa
α
P
Φ
α
P
−
Nb
a
α
Nb
Φ
α
Nb
= S
α
P
∆V. (19.94)
As also values from the new time interval are used, influences caused by
modifications to the boundary conditions can spread within one time interval
over the entire computational area. The above relationship represents an
implicit equation for Φ
α
P
as unknown values of the neighboring grid points
appear in the equation also. Here, it has to be taken into account that in all
considerations up to now, one grid point has been considered to represent all