
Sunden CH006.tex 10/9/2010 15: 39 Page 231
Time-accurate techniques for turbulent heat transfer analysis 231
6.5 Time-IntegrationAlgorithm
A number of algorithms are available for time integration of the conservative
equations. The most common methods for incompressible flow are the so-called
“pressure” based methods, which solve for pressure by formulating a pressure
equation using the mass continuity equation. Typically within this framework, the
momentumequationsareintegratedintimeusingsomeguessforthepressuregradi-
ent(fromapreviousiterateortimestep)togiveanintermediatevelocityfield,which
is then made to satisfy mass continuity by correcting with the calculated pressure
field. Whereas for steady-flow calculations, algorithms based on the semi-implicit
pressure-linked equations (SIMPLE) method are quite popular (Patankar [8];
VersteegandMalalasekera [9]),for unsteady solutionsthe fractional stepapproach
finds widespread use (Ferziger and Peric [10]). Whereas methods based on the
SIMPLE algorithm solve the full set ofnonlinear equations iteratively ateach time
step and hence technically do not have any time step restrictions, methods based
on fractional step can be fully explicit with time step limited by both convective
Courant–Frederichs–Levy(CFL)condition andviscous limits(Chorin [11]),semi-
implicitinwhichonlytheviscoustermsaretreatedimplicitly(KimandMoin[12]),
and fully implicit in which both convection and viscous terms are treated implic-
itly (Choi and Moin [13]). Although time step limitations in the fractional step
approach can be an impediment to efficient solution, for unsteady turbulent flows
small time steps are indeed desirable to resolve the small turbulent time scales. In
fact a balanced spatio-temporal discretization dictates a CFL of O(∼1) and large
time steps can have the same undesirable effect on the solution as a coarse spatial
grid or a dissipative spatial discretization.
Here threealgorithmic implementations within thefractional step approachare
given. In the predictor step an intermediate velocityfield ˜u
i
is computed explicitly,
semi-implicitly, or implicitly by neglecting the effect of pressure gradient. In the
explicit treatment, a second-order accurate in time Adams-Bashforth scheme is
used to approximate both the convective and viscous terms. In the semi-implicit
treatment, which is primarily used for low Reynolds number flows, the viscous
terms are treated implicitly by a second-order Crank–Nicolson approximation. In
the implicit treatment, both convective and viscous terms are treated by a Crank–
Nicolson approximation. In all three methods the convection ter ms are linearized
byusing the contravariant fluxes at time level n or n−1.Additionally, built into the
algorithm is the explicit conservation of surface-integrated mass, momentum, and
energyat nonmatching block interfaces, whichyield conserved variables
√
gU
j
,
u
n
i
, and T
n
, respectively, where denotes conserved variables. The energy
equation needs only the predictor step to obtain T
n+1
and takes a form similar to
the equations (35)–(37) below.
6.5.1 Predictor step
First, momentum and energy fluxes across nonmatching interfaces are conserved
to obtain the conserved quantity u
n
i
or T
n
.