70#ifndef LaunderSharmaKE_H
71#define LaunderSharmaKE_H
87template<
class BasicTurbulenceModel>
133 typedef typename BasicTurbulenceModel::alphaField
alphaField;
134 typedef typename BasicTurbulenceModel::rhoField
rhoField;
135 typedef typename BasicTurbulenceModel::transportModel
transportModel;
175 (this->
nut_/sigmak_ + this->
nu())
188 (this->
nut_/sigmaEps_ + this->
nu())
218 #include "LaunderSharmaKE.C"
Launder and Sharma low-Reynolds k-epsilon turbulence model for incompressible and compressible and co...
BasicTurbulenceModel::alphaField alphaField
virtual tmp< fvScalarMatrix > epsilonSource() const
tmp< volScalarField > f2() const
dimensionedScalar sigmak_
BasicTurbulenceModel::rhoField rhoField
dimensionedScalar sigmaEps_
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
virtual ~LaunderSharmaKE()=default
Destructor.
tmp< volScalarField > DepsilonEff() const
Return the effective diffusivity for epsilon.
TypeName("LaunderSharmaKE")
Runtime type information.
virtual void correctNut()
virtual tmp< fvScalarMatrix > kSource() const
BasicTurbulenceModel::transportModel transportModel
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
tmp< volScalarField > fMu() const
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
virtual bool read()
Re-read model coefficients if they have changed.
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
Eddy viscosity turbulence model base class.
A class for managing temporary objects.
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from Foam::string.
fileName::Type type(const fileName &name, const bool followLink=true)
Return the file type: DIRECTORY or FILE, normally following symbolic links.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.