Skip to main content

nutWallFunction

Description

The nutWallFunction is an abstract base class that hosts y+y^+ calculation methods and common functions for nut wall-function boundary conditions.

Usage

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

Boundary file

<patchName>
{
type wall;
...
}

Field file

<patchName>
{
// Optional entries
U <word>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
UName of velocity fieldwordnoU

The inherited entries are elaborated in:

  • fixedValueFvPatchField.H
  • wallFunctionCoefficients.H

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version 2.4.0