Jump to content

Upwind differencing scheme for convection

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by FrescoBot (talk | contribs) at 04:12, 1 May 2014 (Bot: link syntax and minor changes). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

The upwind differencing scheme by taking into account the direction of the flow[disambiguation needed] 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][2]

Continuity equation: [3][4]

where is density, is diffusion coefficient, is the velocity vector, is the property to be computed and is the source term.

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

Central difference discretized equation

.[6].....(1)
[7].....(2)

Lower case denotes the face and upper case denotes node.

Defining variable F as convection mass flux and variable D as diffusion conductance[disambiguation needed]

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 we use the central difference scheme. For other values of and upwind scheme is used for convection dominating flows with Peclet number (|Pe| > 2).

For positive flow direction

Fig 1:Upwind scheme for positive flow direction

Corresponding upwind scheme equation:

[8].....(3)

Due to strong convection and suppressed[disambiguation needed] diffusion

[9]

Rearranging equation (3) gives

Identifying coefficients,

For negative flow direction

Fig 2: Upwind scheme for negative flow direction

Corresponding upwind scheme equation:

[10].....(4)

Rearranging equation(4) gives

Identifying coefficients,

We can generalize coefficients as[11]

File:Comparison of central differencing scheme with upwind differencing scheme for peclet no. greater greater than 2 "OR" less then -2.jpg
Fig 3: Upwind difference versus central difference

Use

Solution in the central difference scheme fails to converge[disambiguation needed] for peclet no. greater than 2 which upwind scheme overcame giving reasonable result.[12][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

Conservativeness[14]

The upwind differencing scheme formulation is conservative.

Boundedness[15]

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[16]

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

  1. ^ H.K Versteeg & W. Malalasekera (1995). An introduction to Computational Fluid Dynamics.Chapter:5, Page103.
  2. ^ Central differencing scheme#Steady state convection diffusion equation
  3. ^ H. K. Versteeg & W. Malalasekera (1995). An introduction to Computational Fluid Dynamics. Chapter 5, page 104.
  4. ^ Central differencing scheme#Formulation of Steady state convection diffusion equation
  5. ^ Central differencing scheme#Formulation of Steady state convection diffusion equation
  6. ^ H.K Versteeg & W. Malalasekera. An introduction to Computational Fluid Dynamics.Chapter:5. Page 105.
  7. ^ H.K Versteeg & W. Malalasekera . An introduction to Computational Fluid Dynamics.Chapter:5. Page 105.
  8. ^ H.K Versteeg & W. Malalasekera . An introduction to Computational Fluid Dynamics.Chapter:5.Page 115.
  9. ^ H. K. Versteeg & W. Malalasekera ). An Introduction to Computational Fluid Dynamics, Chapter 5, page 115.
  10. ^ H.K Versteeg & W. Malalasekera. An introduction to Computational Fluid Dynamics.Chapter:5. Page115.
  11. ^ H. K. Versteeg & W. Malalasekera. An Introduction to Computational Fluid Dynamics, Chapter 5, page 116.
  12. ^ H.K Versteeg & W. Malalasekera . An introduction to Computational Fluid Dynamics.Chapter:5. Figure 5.5.
  13. ^ H.K Versteeg & W. Malalasekera . An introduction to Computational Fluid Dynamics.Chapter:5. Figure 5.13.
  14. ^ H.K Versteeg & W. Malalasekera . An introduction to Computational Fluid Dynamics.Chapter:5.Page 118(5.6.1.1).
  15. ^ H.K Versteeg & W. Malalasekera . An introduction to Computational Fluid Dynamics.Chapter:5.Page 118 (5.6.1.2).
  16. ^ H. K. Versteeg & W. Malalasekera (1995). An Introduction to Computational Fluid Dynamics, Chapter 5, page 118. (5.6.1.3)

See also