60 #ifndef compressible_PDRkEpsilon_H
61 #define compressible_PDRkEpsilon_H
70 namespace compressible
95 virtual void correctNut();
115 const word& modelName = typeName
Generic GeometricField class.
Standard k-epsilon turbulence model for incompressible and compressible flows including rapid distort...
Standard k-epsilon turbulence model with additional source terms corresponding to PDR basic drag mode...
TypeName("PDRkEpsilon")
Runtime type information.
void correct()
Solve the turbulence equations and correct the turbulence viscosity.
virtual ~PDRkEpsilon()
Destructor.
PDRkEpsilon(const geometricOneField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &transport, const word &modelName=typeName)
Construct from components.
bool read()
Read momentumTransport dictionary.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
A class for managing temporary objects.
Abstract base class for all fluid physical properties.
A class for handling words, derived from string.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))