Skip to main content

Mid-point divergence scheme

Properties

  • First/second order
  • Unbounded
  • Equivalent to linear for isotropic meshes
  • Face flux computed using ϕf=0.5(ϕc+ϕd)\phi_f = 0.5 \left( \phi_c + \phi_d \right)

Normalised Variable Diagram

linear

Usage

The scheme is specified using:

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

Further information

Source code:

API: