Skip to main content

epsilonWallFunction

Description

The epsilonWallFunction is boundary condition that provides wall functions for the turbulent kinetic energy dissipation rate (i.e. epsilon) and the turbulent kinetic energy production contribution (i.e. G) for low- and high-Reynolds number simulations.

Usage

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

Boundary file

<patchName>
{
type wall;
...
}

Field file

<patchName>
{
// Mandatory entries
type epsilonWallFunction;

// Optional entries
lowReCorrection <bool>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: epsilonWallFunctionwordyes-
lowReCorrectionFlag: apply low-Re correctionboolnofalse

The inherited entries are elaborated in:

  • wallFunctionCoefficients.H
  • wallFunctionBlenders.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version 2.4.0