
156 CHAPTER 5 FINITE VOLUME METHOD FOR C---D PROBLEMS
cell Pe exceeds 10. If 0 < Pe < 10 the flux is evaluated by using a polynomial
expression. For example, the net flux per unit area at the west control volume
face is evaluated using
q
w
= F
w
[
φ
W
−
β
w
(
φ
P
−
φ
W
)] for 0 < Pe < 10 (5.44a)
where
β
w
= (1 − 0.1Pe
w
)
5
/Pe
w
and
q
w
= F
w
φ
W
for Pe > 10 (5.44b)
The coefficients of the one-dimensional discretised equation utilising the
power-law scheme for steady one-dimensional convection–diffusion
are given by
central coefficient: a
P
= a
W
+ a
E
+ (F
e
− F
w
)
and
a
W
a
E
D
w
max[0, (1 − 0.1|Pe
w
|)
5
] + max[F
w
, 0] D
e
max[0, (1 − 0.1|Pe
e
|)
5
] + max[−F
e
, 0]
Properties of the power-law differencing scheme are similar to those of the
hybrid scheme. The power-law differencing scheme is more accurate for
one-dimensional problems since it attempts to represent the exact solution
more closely. The scheme has proved to be useful in practical flow calculations
and can be used as an alternative to the hybrid scheme. In some commercial
computer codes, e.g. FLUENT version 6.2, this scheme is available as a dis-
cretisation option for the user to choose (FLUENT documentation, 2006).
The accuracy of hybrid and upwind schemes is only first-order in terms of
Taylor series truncation error (TSTE). The use of upwind quantities ensures
that the schemes are very stable and obey the transportiveness requirement,
but the first-order accuracy makes them prone to numerical diffusion errors.
Such errors can be minimised by employing higher-order discretisation.
Higher-order schemes involve more neighbour points and reduce the dis-
cretisation errors by bringing in a wider influence. The central differencing
scheme, which has second-order accuracy, proved to be unstable and does
not possess the transportiveness property. Formulations that do not take into
account the flow direction are unstable and, therefore, more accurate higher-
order schemes, which preserve upwinding for stability and sensitivity to
the flow direction, are needed. Below we discuss in some detail Leonard’s
QUICK scheme, which is the oldest of these higher-order schemes.
5.9.1 Quadratic upwind differencing scheme: the QUICK scheme
The quadratic upstream interpolation for convective kinetics (QUICK)
scheme of Leonard (1979) uses a three-point upstream-weighted quadratic
interpolation for cell face values. The face value of
φ
is obtained from a
quadratic function passing through two bracketing nodes (on each side of the
face) and a node on the upstream side (Figure 5.17).
Higher-order
differencing
schemes for
convection---diffusion
problems
5.9
ANIN_C05.qxd 29/12/2006 04:36PM Page 156