atmPlantCanopyUSource
Properties
- The
atmPlantCanopyUSourceapplies sources on velocity, i.e.U, to incorporate effects of plant canopy for atmospheric boundary layer modelling. - The
atmPlantCanopyUSourcecan be applied on any RAS turbulence model. - The
atmPlantCanopyUSourceinherits the traits of the fvOption, andcellSetOption.
Corrections applied to:
U
: Velocity [m/s]
Required fields:
U
: Velocity [m/s]
plantCd
: Plant canopy drag coefficient [-]
leafAreaDensity
: Leaf area density [1/m]
Model equations
The model expression (65, Eq. 42):
where
: fvMatrix of the velocity field
: Plant canopy drag coefficient [-]
: Leaf area density [1/m]
: Previous-iteration velocity field [m/s]
: Phase fraction in multiphase computations, otherwise equals to 1
: Fluid density in compressible computations, otherwise equals to 1
Usage
Example of the fvOptions specification using constant/fvOptions file:
atmPlantCanopyUSource1
{
// Mandatory entries (unmodifiable)
type atmPlantCanopyUSource;
atmPlantCanopyUSourceCoeffs
{
// Mandatory (inherited) entries (unmodifiable)
selectionMode all;
// Optional entries (unmodifiable)
rho rho;
}
// Optional (inherited) entries
...
}
where the entries mean:
| Property | Description | Type | Required | Default |
|---|---|---|---|---|
| type | Type name: atmPlantCanopyUSource | word | yes | - |
| rho | Name of density field | word | no | rho |
The inherited entries are elaborated in:
- fvOption
cellSetOption
Further information
Tutorials
Source code
History: Introduced in version v2006