60 #ifndef compressible_PDRkEpsilon_H 61 #define compressible_PDRkEpsilon_H 70 namespace compressible
85 compressible::turbulenceModel
112 const word& turbulenceModelName = turbulenceModel::typeName,
113 const word& modelName = typeName
Standard k-epsilon turbulence model with additional source terms corresponding to PDR basic drag mode...
PDRkEpsilon(const geometricOneField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const fluidThermo &thermophysicalModel, const word &turbulenceModelName=turbulenceModel::typeName, const word &modelName=typeName)
Construct from components.
bool read()
Read turbulenceProperties dictionary.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
Standard k-epsilon turbulence model for incompressible and compressible flows including rapid distort...
A class for handling words, derived from string.
Fundamental fluid thermodynamic properties.
virtual ~PDRkEpsilon()
Destructor.
void correct()
Solve the turbulence equations and correct the turbulence viscosity.
virtual tmp< volScalarField > alpha() const
Thermal diffusivity for enthalpy of mixture [kg/m/s].
TypeName("PDRkEpsilon")
Runtime type information.