Skip to main content

alphatPhaseChangeJayatillekeWallFunction

Description

The compressible::alphatPhaseChangeJayatillekeWallFunction is a boundary condition that provides a thermal wall function for turbulent thermal diffusivity (usually alphat) based on the Jayatilleke model for the Eulerian multiphase solvers.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

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

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

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: compressible::alphatPhaseChangeJayatillekeWallFunctionwordyes-
PrtTurbulent Prandtl numberscalarno0.85
CmuEmpirical model coefficientscalarno0.09
kappaVon Karman constantscalarno0.41
EWall roughness parameterscalarno9.8

The inherited entries are elaborated in:

  • alphatPhaseChangeWallFunctionFvPatchScalarField.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version v2012