Skip to main content

atmBoundaryLayerInletVelocity

Description

The atmBoundaryLayerInletVelocity is a boundary condition that provides a log-law type ground-normal inlet boundary condition for the streamwise component of wind velocity (i.e. u) for homogeneous, two-dimensional, dry-air, equilibrium and neutral atmospheric boundary layer modelling.

The ground-normal streamwise flow speed profile expression:

u=uκln(zd+z0z0) u = \frac{u^*}{\kappa} \ln \left( \frac{z - d + z_0}{z_0} \right) v=w=0 v = w = 0

where:

PropertyDescription
uuGround-normal streamwise flow speed profile [m/s]
vvSpanwise flow speed [m/s]
wwGround-normal flow speed [m/s]
uu^*Friction velocity [m/s]
κ\kappavon Kármán 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 atmBoundaryLayerInletVelocity;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: atmBoundaryLayerInletVelocitywordyes-

The inherited entries are elaborated in:

  • atmBoundaryLayer.H
  • inletOutletFvPatchField.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version v1806