<aside> 💡 The face contains all the Numerical Schemes in the program.

</aside>

UPWIND Interpolation Scheme

These scheme is first order accurate and is used for convection dominated flows.

The formula for first-order UPWIND Scheme is as follows:

where

Untitled

$$ flux_f = flux_U $$

The flux value at face is the flux value at the Upwind cell centre.

Central Differencing Interpolation Scheme

These scheme is second order accurate and is used for diffusion dominated flows.

The formula for CDS Scheme is as follows:

where