Turbulent mixing length frequency

Properties

  • based on the inlet-outlet condition
  • sets the turbulent specific dissipation rate based on the patch turbulence kinetic energy and user-supplied mixing length

    \[ \omega_p = \frac{k^{0.5}}{C_{\mu}^{0.25} L} \]

  • in the event of reverse flow, a zero gradient condition is applied, i.e.

    \[ \frac{d \omega}{d x} = 0 \]

Usage

The condition is specified in the field file using:

<patchName>
{
    type            turbulentMixingLengthFrequencyInlet;
    mixingLength    1;
    value           <field value>;

    // Optional entries
    Cmu             0.09;
    k               k;
    phi             phi;
}

Further information

Source code:


Would you like to suggest an improvement to this page? Create an issue

Copyright © 2017 OpenCFD Ltd.

Licensed under the Creative Commons License BY-NC-ND Creative Commons License