Skip to main content

atmNutSource

Properties

  • The atmNutSource adds/subtracts a given artificial turbulent viscosity field to/from nut for atmospheric boundary layer modelling.
  • The atmNutSource can be applied on any RAS turbulence model.
  • The atmNutSource inherits the traits of the fvOption, and cellSetOption.

Corrections applied to:

nut : Turbulent viscosity [m2^2/s]

Required fields:

nut : Turbulent viscosity [m2^2/s]

artNut : Artificial turbulent viscosity [m2^2/s]

Model equations

The model expression:

νt+=νtart \nu_t += \nu_{t_{art}}

Where:

νt\nu_t : Turbulent viscosity [m2/s]

νtart\nu_{t_{art}} : Artificial turbulent viscosity [m2/s]

Usage

Example of the fvOptions specification using constant/fvOptions file:

atmNutSource1
{
// Mandatory entries (unmodifiable)
type atmNutSource;

atmNutSourceCoeffs
{
// Mandatory (inherited) entries (unmodifiable)
selectionMode all;

// Optional entries (unmodifiable)
nut artNut;
}

// Optional (inherited) entries
...
}

where the entries mean:

PropertyDescriptionTypeRequiredDefault
typeType name: atmNutSourcewordyes-
nutField name of artificial nutwordnoartNut

The inherited entries are elaborated in:

Further information

Source code

History: Introduced in version v2006