The power law scheme was first used by Suhas Patankar (1980). It helps in achieving approximate solutions in computational fluid dynamics (CFD) and it is used for giving a more accurate approximation to the one-dimensional exact solution when compared to other schemes in computational fluid dynamics (CFD). This scheme is based on the analytical solution of the convection diffusion equation. This scheme is also very effective in removing False diffusion error.

Working edit

The power-law scheme[1][2] interpolates the face value of a variable,  , using the exact solution to a one-dimensional convection-diffusion equation given below:

 

In the above equation Diffusion Coefficient,   and both the density   and velocity remains constant u across the interval of integration.

Integrating the equation, with Boundary Conditions,

 
 

Variation of face value with distance, x is given by the expression,  

 
Graph depicting variation of face value with distance for a range of Peclet number.

where Pe is the Peclet number given by  

Peclet number is defined to be the ratio of the rate of convection of a physical quantity by the flow to the rate of diffusion of the same quantity driven by an appropriate gradient.

The variation between   and x is depicted in Figure for a range of values of the Peclet number. It shows that for large Pe, the value of   at x=L/2 is approximately equal to the value at upwind boundary which is assumption made by the upwind differencing scheme. In this scheme diffusion is set to zero when cell Pe exceeds 10.

This implies that when the flow is dominated by convection, interpolation can be completed by simply letting the face value of a variable be set equal to its upwind or upstream value.

When Pe=0 (no flow, or pure diffusion), Figure shows that solution,   may be interpolated using a simple linear average between the values at x=0 and x=L.

When the Peclet number has an intermediate value, the interpolated value for   at x=L/2 must be derived by applying the power law equivalent.

The simple average convection coefficient formulation can be replaced with a formula incorporating the power law relationship :

Power Law Relationship
   
   

where  

  and   are the properties on the left node and right node respectively.

The central coefficient is given by  .

Final coefficient form of the discrete equation:  

References edit

  1. ^ Versteeg, H.K.; Malalasekera, W. (2007). An introduction to computational fluid dynamics: the finite volume method (2nd ed.). Harlow: Prentice Hall. ISBN 9780131274983.
  2. ^ Patankar, Suhas V. (1980). Numerical heat transfer and fluid flow (14. printing. ed.). Bristol, PA: Taylor & Francis. ISBN 9780891165224.