Upwind Differencing Scheme For Convection
   HOME

TheInfoList



OR:

The upwind differencing scheme is a method used in numerical methods in
computational fluid dynamics Computational fluid dynamics (CFD) is a branch of fluid mechanics that uses numerical analysis and data structures to analyze and solve problems that involve fluid flows. Computers are used to perform the calculations required to simulate ...
for
convection Convection is single or multiphase fluid flow that occurs spontaneously due to the combined effects of material property heterogeneity and body forces on a fluid, most commonly density and gravity (see buoyancy). When the cause of the conve ...
diffusion Diffusion is the net movement of anything (for example, atoms, ions, molecules, energy) generally from a region of higher concentration to a region of lower concentration. Diffusion is driven by a gradient in Gibbs free energy or chemica ...
problems. This scheme is specific for Peclet number greater than 2 or less than −2


Description

By taking into account the direction of the flow, the upwind differencing scheme overcomes that inability of the
central differencing scheme In applied mathematics, the central differencing scheme is a finite difference method that optimizes the approximation for the differential operator in the central node of the considered patch and provides numerical solutions to differential equat ...
. This scheme is developed for strong convective flows with suppressed diffusion effects. Also known as ‘Donor Cell’ Differencing Scheme, the convected value of property \phi at the cell face is adopted from the upstream node. It can be described by Steady convection-diffusion partial Differential Equation: : \frac(\rho\phi)+\nabla \cdot (\rho \mathbf \phi)\,= \nabla \cdot (\Gamma\operatorname \phi)+S_ Continuity equation: \left(\rho u A \right)_ - \left(\rho u A \right)_w = 0 \, where \rho is density, \Gamma is diffusion coefficient, \mathbf is the velocity vector, \phi is the property to be computed, S_\phi is the source term, and the subscripts e and w 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 Central difference discretized equation : F_ \phi_-F_ \phi_\,= D_(\phi_-\phi_)-D_(\phi_-\phi_) \;......(1) : F_-F_\,=0 \;.....(2) Lower case denotes the face and upper case denotes node; E, W, and P 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 Diffusion is the net movement of anything (for example, atoms, ions, molecules, energy) generally from a region of higher concentration to a region of lower concentration. Diffusion is driven by a gradient in Gibbs free energy or chemica ...
conductance :F\,= \rho u A\; and \;D\,= \frac \; Peclet number (Pe) is a
non-dimensional A dimensionless quantity (also known as a bare quantity, pure quantity, or scalar quantity as well as quantity of dimension one) is a quantity to which no physical dimension is assigned, with a corresponding SI unit of measurement of one (or 1) ...
parameter A parameter (), generally, is any characteristic that can help in defining or classifying a particular system (meaning an event, project, object, situation, etc.). That is, a parameter is an element of a system that is useful, or critical, when ...
determining the comparative strengths of convection and diffusion Peclet number: : Pe \,= \frac \,= \frac \; 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 : u_ > 0 : u_ > 0 Corresponding upwind scheme equation: : F_ \phi_-F_ \phi_\,= D_(\phi_-\phi_)-D_(\phi_-\phi_).....(3) Due to strong convection and suppressed diffusion :\phi_ \,= \phi_ :\phi_ \,= \phi_ Rearranging equation (3) gives : D_+F_)+ D_+ (F_-F_)phi_\, =(D_+F_)\phi_+D_\phi_)\; Identifying coefficients, :a_\,= D_ + F_) + D_ + (F_ - F_)/math> \; :a_\,=(D_ + F_) :a_\,= D_ For negative flow direction :u_ < 0 :u_ < 0 Corresponding upwind scheme equation: : F_ \phi_-F_ \phi_\,= D_(\phi_-\phi_)-D_(\phi_-\phi_).....(4) :\phi_\,= \phi_ :\phi_\,= \phi_ Rearranging equation(4) gives : D_e - F_e ) + D_w + ( F_e - F_w )\phi_ = D_w \phi_ + ( D_e - F_e ) \phi_ Identifying coefficients, :a_\,= D_ :a_\,= D_ - F_ We can generalize coefficients as – :a_=D_ + \max(F_,0) :a_=D_ + \max(0,-F_)


Use

Solution in the central difference scheme fails to
converge Converge may refer to: * Converge (band), American hardcore punk band * Converge (Baptist denomination), American national evangelical Baptist body * Limit (mathematics) * Converge ICT, internet service provider in the Philippines *CONVERGE CFD s ...
for Peclet number greater than 2 which can be overcome by using an upwind scheme to give a reasonable result. 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 The upwind differencing scheme formulation is conservative. Boundedness 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. TransportivenessH. K. Versteeg & W. Malalasekera (1995). ''An Introduction to Computational Fluid Dynamics'', Chapter 5, page 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 In mathematics, the Taylor series or Taylor expansion of a function is an infinite sum of terms that are expressed in terms of the function's derivatives at a single point. For most common functions, the function and the sum of its Taylor ser ...
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

{{reflist, 33em


See also

*
Central differencing scheme In applied mathematics, the central differencing scheme is a finite difference method that optimizes the approximation for the differential operator in the central node of the considered patch and provides numerical solutions to differential equat ...
*
Finite difference A finite difference is a mathematical expression of the form . If a finite difference is divided by , one gets a difference quotient. The approximation of derivatives by finite differences plays a central role in finite difference methods for t ...
* Upwind scheme Computational fluid dynamics Numerical differential equations