Skip to main content

alphatFilmWallFunction

Description

The alphatFilmWallFunction is boundary condition that provides a turbulent thermal diffusivity condition when using wall functions, for use with surface film models. This condition varies from the standard wall function by taking into account any mass released from the film model.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type alphatFilmWallFunction;

// Optional entries
filmRegion <word>;
B <scalar>;
yPlusCrit <scalar>;
Cmu <scalar>;
kappa <scalar>;
Prt <scalar>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: alphatFilmWallFunctionwordyes-
BB coefficientscalarno5.5
yPlusCrity+ value for laminar -> turbulent transitionscalarno11.05
CmuEmpirical model coefficientscalarno0.09
kappavon Karman constantscalarno0.41
PrtTurbulent Prandtl numberscalarno0.85

The inherited entries are elaborated in:

  • fixedValueFvPatchField.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version 2.0.0