Go to the documentation of this file.
70 #ifndef LaunderSharmaKE_H
71 #define LaunderSharmaKE_H
87 template<
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"
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
const dimensionedScalar alpha
static const word propertiesName
virtual tmp< volScalarField > epsilon() const
tmp< volScalarField > DkEff() const
tmp< volScalarField > fMu() const
virtual tmp< volScalarField > k() const
virtual ~LaunderSharmaKE()=default
virtual tmp< fvScalarMatrix > epsilonSource() const
BasicTurbulenceModel::alphaField alphaField
dimensionedScalar sigmak_
tmp< volScalarField > DepsilonEff() const
TypeName("LaunderSharmaKE")
tmp< volScalarField > f2() const
BasicTurbulenceModel::rhoField rhoField
Generic dimensioned Type class.
virtual tmp< fvScalarMatrix > kSource() const
dimensionedScalar sigmaEps_
fileName::Type type(const fileName &name, const bool followLink=true)
Eddy viscosity turbulence model base class.
virtual void correctNut()
Generic GeometricField class.
BasicTurbulenceModel::transportModel transportModel
Launder and Sharma low-Reynolds k-epsilon turbulence model for incompressible and compressible and co...