82 template<
class BasicMomentumTransportModel>
123 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
124 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
136 const alphaField&
alpha,
165 (this->
nut_/sigmak_ + this->
nu())
175 (this->
nut_/sigmaEps_ + this->
nu())
TypeName("RNGkEpsilon")
Runtime type information.
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
virtual tmp< fvScalarMatrix > kSource() const
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
wordList types() const
Return a list of the patch field types.
static tmp< GeometricField< scalar, fvPatchField, volMesh > > New(const word &name, const Internal &, const PtrList< fvPatchField< scalar >> &)
Return a temporary field constructed from name,.
BasicMomentumTransportModel::rhoField rhoField
Eddy viscosity turbulence model base class.
BasicMomentumTransportModel::alphaField alphaField
virtual tmp< fvScalarMatrix > epsilonSource() const
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
dimensionedScalar sigmak_
A class for handling words, derived from string.
tmp< volScalarField > DepsilonEff() const
Return the effective diffusivity for epsilon.
virtual ~RNGkEpsilon()
Destructor.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
void operator=(const RNGkEpsilon &)=delete
Disallow default bitwise assignment.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
virtual void correctNut()
Abstract base class for all fluid physical properties.
Renormalisation group k-epsilon turbulence model for incompressible and compressible flows...
virtual bool read()
Re-read model coefficients if they have changed.
RNGkEpsilon(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName)
Construct from components.
dimensionedScalar sigmaEps_
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
static word modelName(Name name, const word &model)
Return the name of the object within the given model.
A class for managing temporary objects.
virtual tmp< volScalarField > nu() const
Return the laminar viscosity.