Skip to main content

alphatJayatillekeWallFunction

Description

The alphatJayatillekeWallFunction is a boundary condition that provides a thermal wall function for turbulent thermal diffusivity (usually alphat) based on the Jayatilleke model.

Usage

The condition requires entries in both the boundary and field files.

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type compressible::alphatJayatillekeWallFunction;

// Optional entries
Prt <scalar>;
kappa <scalar>;
E <scalar>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: compressible::alphatJayatillekeWallFunctionwordyes-
PrtTurbulent Prandtl numberscalarno0.85
kappavon Karman constantscalarno0.41
EWall roughness parameterscalarno9.8

The inherited entries are elaborated in:

  • fixedValueFvPatchField.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version v2206