alphatWallFunction
Description
The alphatWallFunction is a boundary condition that provides
provides a turbulent thermal diffusivity condition when using wall functions.
The turbulent thermal diffusivity calculated using:
where:
| Property | Description |
|---|---|
| Turbulence thermal diffusivity | |
| Turbulence viscosity | |
| Turbulent Prandtl number |
Usage
The condition requires entries in both the boundary and field files.
Boundary file
<patchName>
{
type patch;
...
}
Field file
<patchName>
{
// Mandatory entries
type compressible::alphatWallFunction;
// Optional entries
Prt <scalar>;
// Inherited entries
...
}
where:
| Property | Description | Type | Required | Default |
|---|---|---|---|---|
type | Type name: compressible::alphatWallFunction | word | yes | - |
Prt | Turbulent Prandtl number | scalar | no | 0.85 |
The inherited entries are elaborated in:
- fixedValueFvPatchField.H
Further information
Tutorial:
Source code:
API:
History: Introduced in version v2206