Loading...
Searching...
No Matches
LamBremhorstKE Class Reference

Lam and Bremhorst low-Reynolds number k-epsilon turbulence model for incompressible flows. More...

#include <LamBremhorstKE.H>

Inheritance diagram for LamBremhorstKE:
Collaboration diagram for LamBremhorstKE:

Public Member Functions

 TypeName ("LamBremhorstKE")
 Runtime type information.
 LamBremhorstKE (const geometricOneField &alpha, const geometricOneField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName)
 Construct from components.
virtual ~LamBremhorstKE ()=default
 Destructor.
virtual bool read ()
 Re-read model coefficients if they have changed.
tmp< volScalarFieldDkEff () const
 Return the effective diffusivity for k.
tmp< volScalarFieldDepsilonEff () const
 Return the effective diffusivity for epsilon.
virtual tmp< volScalarFieldk () const
 Return the turbulence kinetic energy.
virtual tmp< volScalarFieldepsilon () const
 Return the turbulence kinetic energy dissipation rate.
virtual void correct ()
 Solve the turbulence equations and correct the turbulence viscosity.
Public Member Functions inherited from eddyViscosity< incompressible::RASModel >
 eddyViscosity (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)
 Construct from components.
virtual ~eddyViscosity ()=default
 Destructor.
virtual tmp< volScalarFieldnut () const
 Return the turbulence viscosity.
virtual tmp< volSymmTensorFieldR () const
 Return the Reynolds stress tensor.
virtual void validate ()
 Validate the turbulence fields after construction.
Public Member Functions inherited from linearViscousStress< incompressible::RASModel >
 linearViscousStress (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)
 Construct from components.
virtual ~linearViscousStress ()=default
 Destructor.
virtual tmp< volSymmTensorFielddevRhoReff () const
 Return the effective stress tensor.
virtual tmp< fvVectorMatrixdivDevRhoReff (volVectorField &U) const
 Return the source term for the momentum equation.

Protected Member Functions

virtual void correctNut ()

Protected Attributes

dimensionedScalar Cmu_
dimensionedScalar Ceps1_
dimensionedScalar Ceps2_
dimensionedScalar sigmaEps_
volScalarField k_
volScalarField epsilon_
const volScalarFieldy_
 Wall distance.
Protected Attributes inherited from eddyViscosity< incompressible::RASModel >
volScalarField nut_

Additional Inherited Members

Public Types inherited from eddyViscosity< incompressible::RASModel >
typedef incompressible::RASModel::alphaField alphaField
typedef incompressible::RASModel::rhoField rhoField
typedef incompressible::RASModel::transportModel transportModel
Public Types inherited from linearViscousStress< incompressible::RASModel >
typedef incompressible::RASModel::alphaField alphaField
typedef incompressible::RASModel::rhoField rhoField
typedef incompressible::RASModel::transportModel transportModel

Detailed Description

Lam and Bremhorst low-Reynolds number k-epsilon turbulence model for incompressible flows.

This turbulence model is described in:

    Lam, C. K. G., & Bremhorst, K. (1981).
    A modified form of the k-ε model for predicting wall turbulence.
    Journal of Fluids Engineering, 103(3), 456-460.
Source files

Definition at line 63 of file LamBremhorstKE.H.

Constructor & Destructor Documentation

◆ LamBremhorstKE()

LamBremhorstKE ( const geometricOneField & alpha,
const geometricOneField & rho,
const volVectorField & U,
const surfaceScalarField & alphaRhoPhi,
const surfaceScalarField & phi,
const transportModel & transport,
const word & propertiesName = turbulenceModel::propertiesName,
const word & type = typeName )

◆ ~LamBremhorstKE()

virtual ~LamBremhorstKE ( )
virtualdefault

Destructor.

Member Function Documentation

◆ correctNut()

void correctNut ( )
protectedvirtual

Implements eddyViscosity< incompressible::RASModel >.

Definition at line 77 of file LamBremhorstKE.C.

References correctNut().

Referenced by correct(), and correctNut().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TypeName()

TypeName ( "LamBremhorstKE" )

◆ read()

bool read ( )
virtual

Re-read model coefficients if they have changed.

Implements eddyViscosity< incompressible::RASModel >.

Definition at line 186 of file LamBremhorstKE.C.

References Ceps1_, Ceps2_, Cmu_, eddyViscosity< BasicTurbulenceModel >::read(), and sigmaEps_.

Here is the call graph for this function:

◆ DkEff()

tmp< volScalarField > DkEff ( ) const
inline

Return the effective diffusivity for k.

Definition at line 154 of file LamBremhorstKE.H.

References nu, and eddyViscosity< incompressible::RASModel >::nut_.

Referenced by correct().

Here is the caller graph for this function:

◆ DepsilonEff()

tmp< volScalarField > DepsilonEff ( ) const
inline

Return the effective diffusivity for epsilon.

Definition at line 165 of file LamBremhorstKE.H.

References nu, eddyViscosity< incompressible::RASModel >::nut_, and sigmaEps_.

Referenced by correct().

Here is the caller graph for this function:

◆ k()

virtual tmp< volScalarField > k ( ) const
inlinevirtual

Return the turbulence kinetic energy.

Implements eddyViscosity< incompressible::RASModel >.

Definition at line 176 of file LamBremhorstKE.H.

References k_.

◆ epsilon()

virtual tmp< volScalarField > epsilon ( ) const
inlinevirtual

Return the turbulence kinetic energy dissipation rate.

Definition at line 184 of file LamBremhorstKE.H.

References epsilon_.

◆ correct()

Member Data Documentation

◆ Cmu_

dimensionedScalar Cmu_
protected

Definition at line 90 of file LamBremhorstKE.H.

Referenced by LamBremhorstKE(), and read().

◆ Ceps1_

dimensionedScalar Ceps1_
protected

Definition at line 91 of file LamBremhorstKE.H.

Referenced by correct(), LamBremhorstKE(), and read().

◆ Ceps2_

dimensionedScalar Ceps2_
protected

Definition at line 92 of file LamBremhorstKE.H.

Referenced by correct(), LamBremhorstKE(), and read().

◆ sigmaEps_

dimensionedScalar sigmaEps_
protected

Definition at line 93 of file LamBremhorstKE.H.

Referenced by DepsilonEff(), LamBremhorstKE(), and read().

◆ k_

volScalarField k_
protected

Definition at line 95 of file LamBremhorstKE.H.

Referenced by correct(), k(), and LamBremhorstKE().

◆ epsilon_

volScalarField epsilon_
protected

Definition at line 96 of file LamBremhorstKE.H.

Referenced by correct(), epsilon(), and LamBremhorstKE().

◆ y_

const volScalarField& y_
protected

Wall distance.

Note: different to wall distance in parent RASModel which is for near-wall cells only

Definition at line 104 of file LamBremhorstKE.H.

Referenced by LamBremhorstKE().


The documentation for this class was generated from the following files:
  • src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/LamBremhorstKE/LamBremhorstKE.H
  • src/TurbulenceModels/incompressible/turbulentTransportModels/RAS/LamBremhorstKE/LamBremhorstKE.C