- Upwind scheme
In
computational fluid dynamics , the upwind schemes are any of a class ofdiscretization methods to solvehyperbolic partial differential equation s numerically. The wave equation, theadvection equation, theEuler equations in fluid dynamics, etc. belongs to hyperbolic PDEs. Upwind schemes use an adaptive or solution-sensitivefinite difference stencil to numerically simulate more properly the direction of propagation of information in a flow field. More specifically, upwind schemes attempt to discretize hyperbolic partial differential equations by using differencing biased in the direction determined by the sign of the characteristic speeds. Historically, the origin of upwind methods can be traced back to the work of Courant, Isaacson, and Reeves who proposed the CIR method. [Courant, R., Isaacson, E., and Rees, M. (1952). "On the Solution of Non-Linear Hyperbolic Differential Equations", Comm. Pure Appl. Math., 5, 243.]Model equation
To illustrate the method, consider the following one-dimensional linear wave equation:It describes a wave propagating in the -direction with a velocity . The preceding equationis also a mathematical model for one-dimensional linear advection. Consider a typical grid point in thedomain. In a one-dimensional domain, there are only two direction associated with point - left andright. If is positive the left side is called "upwind" side and right side is the "downwind" side. Similarly, if is negative the left side is called "downwind" side and right side is the "upwind" side. If the finite difference scheme for the spatial derivative, contains morepoints in the upwind side, the scheme is called an upwind-biased or simply an upwind scheme.
First-order upwind scheme
The simplest upwind scheme possible is the first-order upwind scheme. It is given by [cite book |last=Patankar |first=S. V. |title=Numerical Heat Transfer and Fluid Flow |publisher=
Taylor & Francis |year=1980 |isbn=978-0891165224] ::Defining:and:the two conditional equations (1) and (2) can be combined and written in a compact form as:Equation (3) is a general way of writing any upwind-type schemes.The upwind scheme is stable if the followingCourant–Friedrichs–Lewy condition (CFL) condition is satisfied. [cite book |last=Hirsch |first=C.|title=Numerical Computation of Internal and External Flows|year=1990|publisher=John Wiley & Sons |isbn=978-0471924524] :A
Taylor series analysis of the upwind scheme discussed above will show that it is first-order accurate in space and time. The first-order upwind scheme introduces severenumerical diffusion in the solution where large gradients exists.econd-order upwind scheme
The spatial accuracy of the first-order upwind scheme can be improved by choosing a more accurate finite difference stencil for the approximation of spatial derivative. For the second-order upwind scheme, in equation (3) is defined as :and is defined as :This scheme is less diffusive compared to the first-order accurate scheme.
Third-order upwind scheme
For the third-order upwind scheme, in equation (3) is defined as:and is defined as :This scheme is less diffusive compared to the second-order accurate scheme. However, it is known to introduce slight dispersive errors in the region where the gradient is high.
ee also
*
Finite volume method References
Wikimedia Foundation. 2010.