Skip to main content

turbulentMixingLengthFrequencyInlet

Description

The turbulentMixingLengthFrequencyInlet is a boundary condition that provides a turbulence specific dissipation, omega inlet condition based on a specified mixing length. The patch values are calculated using:

ωp=k0.5Cμ0.25L \omega_p = \frac{k^{0.5}}{C_{\mu}^{0.25} L}

where:

PropertyDescription
ωp\omega_pPatch omega values [1/s]
CμC_\muEmpirical model constant retrived from turbulence model
kkTurbulent kinetic energy [m^2/s^2]
LLMixing length scale [m]

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type turbulentMixingLengthFrequencyInlet;
mixingLength <scalar>;

// Optional entries
k <word>;
phi <word>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: turbulentMixingLengthFrequencyInletwordyes-
mixingLengthMixing length scale [m]scalaryes-
phiName of flux fieldwordnophi
kName of turbulent kinetic energy fieldwordnok

The inherited entries are elaborated in:

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

Further information

Tutorial:

Source code:

API:

History: Introduced in version 2.2.2