Skip to main content

atmBoundaryLayerInletOmega

Description

The atmBoundaryLayerInletOmega is a boundary condition that provides boundary condition for the specific dissipation rate (i.e. omega) for homogeneous, two-dimensional, dry-air, equilibrium and neutral atmospheric boundary layer modelling.

The ground-normal omega profile expression:

ω=uκCμ1zd+z0 \omega = \frac{u^*}{\kappa \sqrt{C_\mu}} \frac{1}{z - d + z_0}

where:

PropertyDescription
ω\omegaGround-normal specific dissipation rate profile [m^2/s^3]
uu^*Friction velocity [m/s]
κ\kappavon Karman constant [-]
CμC_\muEmpirical model constant [-]
zzGround-normal coordinate component [m]
ddGround-normal displacement height [m]
z0z_0Aerodynamic roughness length [m]

Usage

The condition requires entries in both the boundary and field files.

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type atmBoundaryLayerInletOmega;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: atmBoundaryLayerInletOmegawordyes-

The inherited entries are elaborated in:

  • atmBoundaryLayer.H
  • inletOutletFvPatchField.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version v2006