Skip to main content

nutkFilmWallFunction

Description

The nutkFilmWallFunction is boundary condition that provides a turbulent viscosity condition when using wall functions, based on turbulence kinetic energy, for use with surface film models.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type nutkFilmWallFunction;

// Optional entries
filmRegion <word>;
B <scalar>;
yPlusCrit <scalar>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: nutkFilmWallFunctionwordyes-
BB coefficientscalarno5.5
yPlusCrity+ value for laminar -> turbulent transitionscalarno11.05

The inherited entries are elaborated in:

  • nutkWallFunctionFvPatchScalarField.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version 2.0.0