62#ifndef compressiblePDRkEpsilon_H
63#define compressiblePDRkEpsilon_H
87 compressible::turbulenceModel
114 const word& turbulenceModelName = turbulenceModel::typeName,
Standard k-epsilon turbulence model for incompressible and compressible flows including rapid distort...
virtual tmp< volScalarField > alpha() const
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 fluidThermo &thermophysicalModel, const word &turbulenceModelName=turbulenceModel::typeName, const word &modelName=typeName)
Construct from components.
bool read()
Read turbulenceProperties dictionary.
Fundamental fluid thermodynamic properties.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
const surfaceScalarField & alphaRhoPhi() const
Access function to phase flux field.
A class for handling words, derived from Foam::string.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.