LUST divergence scheme

Properties

  • Linear-Upwind Stabilised Transport
  • Fixed blended scheme with 0.25 linearUpwind and 0.75 linear weights
  • Unbounded

Usage

The scheme is specified using:

divSchemes
{
    default         none;
    div(phi,U)      Gauss LUST <grad-scheme>;
}

Where <grad-scheme> is a gradient scheme, e.g.

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

Further information

Source code


Would you like to suggest an improvement to this page? Create an issue

Copyright © 2016-2017 OpenCFD Ltd.

Licensed under the Creative Commons License BY-NC-ND Creative Commons License