Upwind differencing scheme for convection

Summary

The upwind differencing scheme is a method used in numerical methods in computational fluid dynamics for convectiondiffusion problems. This scheme is specific for Peclet number greater than 2 or less than −2

Description edit

By taking into account the direction of the flow, the upwind differencing scheme overcomes that inability of the central differencing scheme. This scheme is developed for strong convective flows with suppressed diffusion effects. Also known as ‘Donor Cell’ Differencing Scheme, the convected value of property   at the cell face is adopted from the upstream node.

It can be described by Steady convection-diffusion partial Differential Equation:[1]: 103 [2][circular reference]

 

Continuity equation:  [1]: 104 [3][circular reference]

where   is density,   is the diffusion coefficient,   is the velocity vector,   is the property to be computed,   is the source term, and the subscripts   and   refer to the "east" and "west" faces of the cell (see Fig. 1 below).

After discretization, applying continuity equation, and taking source term equals to zero we get[4][circular reference]

Central difference discretized equation[1]: 105 

 

 

 

 

 

(1)

 

 

 

 

 

(2)

Lower case denotes the face and upper case denotes node;  ,  , and   refer to the "East," "West," and "Central" cell. (again, see Fig. 1 below).

Defining variable F as convection mass flux and variable D as diffusion conductance

 
and
 

Peclet number (Pe) is a non-dimensional parameter determining the comparative strengths of convection and diffusion

Peclet number:

 

For a Peclet number of lower value (|Pe| < 2), diffusion is dominant and for this the central difference scheme is used. For other values of the Peclet number, the upwind scheme is used for convection-dominated flows with Peclet number (|Pe| > 2).

For positive flow direction

 
Corresponding upwind scheme equation:[1]: 115 
 

 

 

 

 

(3)

 
Fig 1:Upwind scheme for positive flow direction

Due to strong convection and suppressed diffusion[1]: 115 

 

Rearranging equation (3) gives

 

Identifying coefficients,

 

For negative flow direction

 

Corresponding upwind scheme equation:[1]: 115 

 

 

 

 

 

(4)

 
Fig 2: Upwind scheme for negative flow direction

 

Rearranging equation (4) gives

 

Identifying coefficients,

 

We can generalize coefficients as[1]: 116 

 
 
Fig 3: Upwind difference versus central difference

Use edit

Solution in the central difference scheme fails to converge for Peclet number greater than 2 which can be overcome by using an upwind scheme to give a reasonable result.[1]: Fig. 5.5, 5.13  Therefore the upwind differencing scheme is applicable for Pe > 2 for positive flow and Pe < −2 for negative flow. For other values of Pe, this scheme doesn’t give effective solution.

Assessment edit

Conservativeness[1]: 118(5.6.1.1) 

The upwind differencing scheme formulation is conservative.

Boundedness[1]: 118 (5.6.1.2) 

As the coefficients of the discretised equation are always positive hence satisfying the requirements for boundedness and also the coefficient matrix is diagonally dominant therefore no irregularities occur in the solution.

 
Fig 4: Accuracy and false deviation variation with the grid size

Transportiveness[1]: 118. (5.6.1.3) 

Transportiveness is built into the formulation as the scheme already accounts for the flow direction.

Accuracy

Based on the backward differencing formula, the accuracy is only first order on the basis of the Taylor series truncation error. It gives error when flow is not aligned with grid lines. Distribution of transported properties become marked giving diffusion-like appearance, called as the false diffusion. Refinement of grid serves in overcoming the issue of false diffusion. With decrease in the grid size, false diffusion decrease thus increasing the accuracy.

References edit

  1. ^ a b c d e f g h i j k Versteeg, H. K.; Malalasekera, W. (2007). An Introduction to Computational Fluid Dynamics: the Finite Volume Method (2nd ed.). Harlow, England: Pearson Education Ltd. ISBN 978-0-13-127498-3. OCLC 76821177.
  2. ^ Central differencing scheme#Steady-state convection diffusion equation
  3. ^ Central differencing scheme#Formulation of Steady state convection diffusion equation
  4. ^ Central differencing scheme#Formulation of Steady state convection diffusion equation

See also edit