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