Skip to main content

turbulentIntensityKineticEnergyInlet

Description

The turbulentIntensityKineticEnergyInlet is a boundary condition that provides a turbulent kinetic energy condition, based on user-supplied turbulence intensity, defined as a fraction of the mean velocity:

kp=1.5(Iu)2 k_p = 1.5 (I |\u|)^2

where:

PropertyDescription
kpk_pKinetic energy at the patch
IITurbulence intensity
u\uVelocity field

In the event of reverse flow, a zero-gradient condition is applied.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type turbulentIntensityKineticEnergyInlet;
intensity <scalar>;

// Optional entries
U <word>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: turbulentIntensityKineticEnergyInletwordyes-
intensityFraction of mean field [0-1]scalaryes-
UName of velocity fieldwordnoU

The inherited entries are elaborated in:

Further information

Tutorial:

Source code:

API:

History: Introduced in version 1.5