Go to the documentation of this file.
86 template<
class BasicTurbulenceModel>
126 typedef typename BasicTurbulenceModel::alphaField
alphaField;
127 typedef typename BasicTurbulenceModel::rhoField
rhoField;
128 typedef typename BasicTurbulenceModel::transportModel
transportModel;
169 (this->
nut_/sigmak_ + this->
nu())
182 (this->
nut_/sigmaEps_ + this->
nu())
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
virtual ~kEpsilon()
Destructor.
A class for handling words, derived from string.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
BasicTurbulenceModel::alphaField alphaField
static const word propertiesName
Default name of the turbulence properties dictionary.
kEpsilon & operator=(const kEpsilon &)
BasicTurbulenceModel::alphaField alphaField
virtual bool read()
Re-read model coefficients if they have changed.
dimensionedScalar sigmaEps_
TypeName("kEpsilon")
Runtime type information.
BasicTurbulenceModel::rhoField rhoField
BasicTurbulenceModel::transportModel transportModel
virtual void correctNut()
Generic dimensioned Type class.
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
dimensionedScalar sigmak_
tmp< volScalarField > DepsilonEff() const
Return the effective diffusivity for epsilon.
virtual tmp< fvScalarMatrix > epsilonSource() const
BasicTurbulenceModel::transportModel transportModel
kEpsilon(const kEpsilon &)
Eddy viscosity turbulence model base class.
virtual tmp< fvScalarMatrix > kSource() const
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
Standard k-epsilon turbulence model for incompressible and compressible flows including rapid distort...
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.