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:
where:
| Property | Description |
|---|---|
| Ground-normal TKE dissipation rate profile [m^2/s^3] | |
| Friction velocity [m/s] | |
| von Kármán constant [-] | |
| Ground-normal coordinate component [m] | |
| Aerodynamic roughness length [m] | |
| Ground-normal displacement height [m] | |
| 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 atmBoundaryLayerInletEpsilon;
// Inherited entries
...
}
where:
| Property | Description | Type | Required | Default |
|---|---|---|---|---|
type | Type name: atmBoundaryLayerInletEpsilon | word | yes | - |
The inherited entries are elaborated in:
- atmBoundaryLayer.H
- inletOutletFvPatchField.H
Further information
Tutorial:
Source code:
API:
History: Introduced in version v1806