Skip to main content

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:

αt=μtPrt \alpha_t = \frac{\mu_t}{Pr_t}

where:

PropertyDescription
αt\alpha_tTurbulence thermal diffusivity
μt\mu_tTurbulence viscosity
PrtPr_tTurbulent 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:

PropertyDescriptionTypeRequiredDefault
typeType name: compressible::alphatWallFunctionwordyes-
PrtTurbulent Prandtl numberscalarno0.85

The inherited entries are elaborated in:

  • fixedValueFvPatchField.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version v2206