60 #ifndef realizableKE_H 61 #define realizableKE_H 77 template<
class BasicMomentumTransportModel>
128 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
129 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
140 const alphaField&
alpha,
166 (this->
nut_/sigmak_ + this->
nu())
176 (this->
nut_/sigmaEps_ + this->
nu())
const Boundary & boundaryField() const
Return const-reference to the boundary field.
dimensionedScalar sigmaEps_
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,.
Eddy viscosity turbulence model base class.
virtual tmp< fvScalarMatrix > kSource() const
virtual bool read()
Re-read model coefficients if they have changed.
tmp< volScalarField > rCmu(const volTensorField &gradU, const volScalarField &S2, const volScalarField &magS)
Realizable k-epsilon turbulence model for incompressible and compressible flows.
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
A class for handling words, derived from string.
tmp< volScalarField > DepsilonEff() const
Return the effective diffusivity for epsilon.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
dimensionedScalar sigmak_
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
BasicMomentumTransportModel::rhoField rhoField
Abstract base class for all fluid physical properties.
virtual tmp< fvScalarMatrix > epsilonSource() const
BasicMomentumTransportModel::alphaField alphaField
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
virtual void correctNut()
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
TypeName("realizableKE")
Runtime type information.
virtual ~realizableKE()
Destructor.
static word modelName(Name name, const word &model)
Return the name of the object within the given model.
A class for managing temporary objects.
realizableKE(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.
virtual tmp< volScalarField > nu() const
Return the laminar viscosity.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.