Skip to main content

incompressible::alphatJayatillekeWallFunction

Description

The incompressible::alphatJayatillekeWallFunction is boundary condition that provides a kinematic turbulent thermal conductivity for using wall functions, using the Jayatilleke 'P' function.

Usage

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

Boundary file

<patchName>
{
type wall;
...
}

Field file

<patchName>
{
// Mandatory entries
type alphatJayatillekeWallFunction;
Prt <scalar>;

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

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: alphatJayatillekeWallFunctionwordyes-
PrtTurbulent Prandtl numberscalaryes-
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 2.4.0