atmBoundaryLayerInletK
Description
The atmBoundaryLayerInletK is a boundary condition that provides
boundary condition for the turbulent kinetic energy (i.e. k)
for homogeneous, two-dimensional, dry-air, equilibrium and neutral
atmospheric boundary layer modelling.
The ground-normal k profile expression:
where:
| Property | Description |
|---|---|
| Ground-normal turbulent kinetic energy profile [m^2/s^3] | |
| Friction velocity [m/s] | |
| Empirical model constant [-] | |
| Curve-fitting coefficient for YGCJ profiles [-] | |
| Curve-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 atmBoundaryLayerInletK;
// Inherited entries
...
flowDir (1 0 0); // not used
zDir (0 0 1); // not used
}
where:
| Property | Description | Type | Required | Default |
|---|---|---|---|---|
type | Type name: atmBoundaryLayerInletK | word | yes | - |
The inherited entries are elaborated in:
- atmBoundaryLayer.H
- inletOutletFvPatchField.H
Further information
Tutorial:
Source code:
API:
History: Introduced in version v1806