83 template<
class BasicTurbulenceModel>
116 typedef typename BasicTurbulenceModel::alphaField
alphaField;
117 typedef typename BasicTurbulenceModel::rhoField
rhoField;
118 typedef typename BasicTurbulenceModel::transportModel
transportModel;
130 const alphaField&
alpha,
135 const transportModel& transport,
160 (this->
nut_/sigmak_ + this->
nu())
170 (this->
nut_/sigmaEps_ + this->
nu())
virtual tmp< fvScalarMatrix > epsilonSource() const
TypeName("kEpsilon")
Runtime type information.
virtual tmp< fvScalarMatrix > kSource() const
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
Eddy viscosity turbulence model base class.
dimensionedScalar sigmaEps_
BasicTurbulenceModel::alphaField alphaField
void operator=(const kEpsilon &)=delete
Disallow default bitwise assignment.
kEpsilon(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName)
Construct from components.
static tmp< GeometricField< scalar, fvPatchField, volMesh > > New(const word &name, const Mesh &, const dimensionSet &, const word &patchFieldType=fvPatchField< scalar >::calculatedType())
Return a temporary field constructed from name, mesh, dimensionSet.
dimensionedScalar sigmak_
virtual ~kEpsilon()
Destructor.
Standard k-epsilon turbulence model for incompressible and compressible flows including rapid distort...
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from string.
tmp< volScalarField > DepsilonEff() const
Return the effective diffusivity for epsilon.
virtual bool read()
Re-read model coefficients if they have changed.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
virtual void correctNut()
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
A class for managing temporary objects.
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
BasicTurbulenceModel::rhoField rhoField
BasicTurbulenceModel::transportModel transportModel
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.