<aside> 💡 The face contains all the Numerical Schemes in the program.
</aside>
These scheme is first order accurate and is used for convection dominated flows.
The formula for first-order UPWIND Scheme is as follows:
where
$$ flux_f = flux_U $$
The flux value at face is the flux value at the Upwind cell centre.
These scheme is second order accurate and is used for diffusion dominated flows.
The formula for CDS Scheme is as follows:
where