Finite Difference Method For Solving Heat and Mass Transfer Problems
Finite Difference Method For Solving Heat and Mass Transfer Problems
If the calculations are performed over a large period of time , the number of steps hence the number
of calculations may become prohibitively large. To alleviate this difficulty finite difference schemes
that are not restrictive to the size of the time step Δt have been developed and one such method is
the simple implicit method . We consider a simple one dimensional diffusion equation.
∂T ∂²T
=α
∂t ∂ x²
The space derivative is discretized at the n+1 time level as
n +1 n
∂T T i −T i
= +O[ Δt ] (4)
∂t Δt
Introducing equation (3) into (4) we obtain the simple implicit finite difference approximation for
diffusion equation as
Which is accurate to O[ Δt , ( Δx )2 ]. This is an implicit scheme because each time level equation has
to be solved simultaneously in order to determine the nodal temperatures.