Standard k-epsilon model

The standard k-epsilon model, sometimes called just k-epsilon, calculates turbulent viscosity using turbulent kinetic energy and its dissipation rate. Learn how the flow solver uses it to model turbulent flows.

The standard k-epsilon model uses the turbulent viscosity evaluated from:

  • k is the turbulent kinetic energy.
  • ε is the dissipation rate of the turbulent kinetic energy.
  • Cμ is a k-epsilon turbulence model constant.
  • ρ is the density of the fluid.

The turbulent kinetic energy, k, and the dissipation rate of turbulent kinetic energy, ε, are obtained by solving a conservation equation for each of these two quantities given by:

In these equations:

  • Γk is the effective diffusion coefficient of k:

  • Γε is the effective diffusion coefficient of ε:

  • Pk is the production rate of the turbulent kinetic energy defined as:

  • Pb is the production rate of the turbulent kinetic energy due to buoyancy defined as:

    where

    • β is the coefficient of thermal expansion.
    • gi is a component of the gravity vector g in xi direction.
    • σt = 0.87 is a turbulent Prandtl number. You can modify it using the TURBULENT PRANDTL NUMBER advanced parameter.

    You can disable the production term, Pb, using the BUOYANCY TKE PRODUCTION TERM advanced parameter.

  • By default, Cε3 = 0 means there is no turbulence dissipation due to buoyancy. You can specify the value for the Cε3 coefficient using the BUOYANCY EPS DISSIPATION TERM OPTIONS with BUOYANCY C3EPS COEFFICIENT advanced parameters.
  • The constants in these equations are: