
8.3 ILLUSTRATIVE EXAMPLES 249
of temperatures T
O
. The system of equations (8.16) is solved after selecting
time step ∆t. Next the solution T is assigned to T
O
and the procedure is
repeated to progress the solution by a further time step.
It can be seen that all coefficients are positive, which makes the implicit
scheme unconditionally stable for any size of time step. Since the accuracy of
the scheme is only first-order in time, small time steps are needed to ensure
the accuracy of results. The implicit method is recommended for general-
purpose transient calculations because of its robustness and unconditional
stability.
We now demonstrate the properties of the explicit and implicit discretisa-
tion schemes by means of a comparison of numerical results for a one-
dimensional unsteady conduction example with analytical solutions to
assess the accuracy of the methods.
A thin plate is initially at a uniform temperature of 200°C. At a certain time
t = 0 the temperature of the east side of the plate is suddenly reduced to 0°C.
The other surface is insulated. Use the explicit finite volume method in con-
junction with a suitable time step size to calculate the transient temperature
distribution of the slab and compare it with the analytical solution at time
(i) t = 40 s, (ii) t = 80 s and (iii) t = 120 s. Recalculate the numerical solution
using a time step size equal to the limit given by (8.13) for t = 40 s and com-
pare the results with the analytical solution. The data are: plate thickness
L = 2 cm, thermal conductivity k = 10 W/m.K and
ρ
c = 10 × 10
6
J/m
3
.K.
The one-dimensional transient heat conduction equation is
ρ
c = k (8.17)
and the initial conditions are
T = 200 at t = 0
and the boundary conditions are
= 0 at x = 0, t > 0
T = 0 at x = L, t > 0
The analytical solution is given in Özivik (1985) as
= exp(−
αλ
2
n
t) cos(
λ
n
x) (8.18)
where
λ
n
= and
α
= k/
ρ
c
The numerical solution with the explicit method is generated by dividing
the domain width L into five equal control volumes with ∆x = 0.004 m. The
resulting one-dimensional grid is shown in Figure 8.2.
(2n − 1)
π
2L
(−1)
n+1
2n − 1
∞
∑
n=1
4
π
T(x, t)
200
∂
T
∂
x
D
E
F
∂
T
∂
x
A
B
C
∂
∂
x
∂
T
∂
t
Illustrative
examples
8.3
Example 8.1
Solution
ANIN_C08.qxd 29/12/2006 04:38PM Page 249