Skip to main content

atmBoundaryLayerInletEpsilon

Description

The atmBoundaryLayerInletEpsilon is a boundary condition that provides a log-law type ground-normal inlet boundary condition for the turbulent kinetic energy dissipation rate (i.e. epsilon) for homogeneous, two-dimensional, dry-air, equilibrium and neutral atmospheric boundary layer modelling.

The ground-normal epsilon profile expression:

ϵ=(u)3κ(zd+z0)C1ln(zd+z0z0)+C2 \epsilon = \frac{(u^*)^3}{\kappa (z - d + z_0)} \sqrt{C_1 \ln \left( \frac{z - d + z_0}{z_0} \right) + C_2}

where:

PropertyDescription
ϵ\epsilonGround-normal TKE dissipation rate profile [m^2/s^3]
uu^*Friction velocity [m/s]
κ\kappavon Kármán constant [-]
zzGround-normal coordinate component [m]
z0z_0Aerodynamic roughness length [m]
ddGround-normal displacement height [m]
C1C_1Curve-fitting coefficient for YGCJ profiles [-]
C2C_2Curve-fitting coefficient for YGCJ profiles [-]

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type atmBoundaryLayerInletEpsilon;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: atmBoundaryLayerInletEpsilonwordyes-

The inherited entries are elaborated in:

  • atmBoundaryLayer.H
  • inletOutletFvPatchField.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version v1806