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:
where:
| Property | Description |
|---|---|
| Ground-normal streamwise flow speed profile [m/s] | |
| Spanwise flow speed [m/s] | |
| Ground-normal flow speed [m/s] | |
| Friction velocity [m/s] | |
| von Kármán constant [-] | |
| Ground-normal coordinate component [m] | |
| Ground-normal displacement height [m] | |
| Aerodynamic 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:
| Property | Description | Type | Required | Default |
|---|---|---|---|---|
type | Type name: atmBoundaryLayerInletVelocity | word | yes | - |
The inherited entries are elaborated in:
- atmBoundaryLayer.H
- inletOutletFvPatchField.H
Further information
Tutorial:
Source code:
API:
History: Introduced in version v1806