60 #ifndef compressible_PDRkEpsilon_H 61 #define compressible_PDRkEpsilon_H 70 namespace compressible
const transportModel & transport() const
Access function to incompressible transport model.
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 dynamicTransportModel &transport, const word &modelName=typeName)
Construct from components.
bool read()
Read momentumTransport dictionary.
const volScalarField & rho() const
Return the density field.
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.
virtual tmp< surfaceScalarField > phi() const
Return the volumetric flux field.
const alphaField & alpha() const
Access function to phase fraction.
virtual ~PDRkEpsilon()
Destructor.
const volVectorField & U() const
Access function to velocity field.
const surfaceScalarField & alphaRhoPhi() const
Access function to phase flux field.
void correct()
Solve the turbulence equations and correct the turbulence viscosity.
static word modelName(Name name, const word &model)
Return the name of the object within the given model.
TypeName("PDRkEpsilon")
Runtime type information.
Base-class for all transport models used by compressible turbulence models.