Skip to main content

Upwind divergence scheme

Properties

  • First order
  • Bounded
  • Face value set according to the upstream value
  • Equivalent to assuming that the cell values are isotropic with a value that represents the average value

ϕf=ϕc\phi_f = \phi_c

Normalised Variable Diagram

upwind

Usage

The scheme is specified using:

divSchemes
{
default none;
div(phi,U) Gauss upwind;
}

Further information

Source code:

API:

Reference:

  • Spalding 72