Go to the documentation of this file.
30 template<
class TransportModel>
41 const word& propertiesName
65 template<
class TransportModel>
75 const word& propertiesName
103 template<
class TransportModel>
113 IOobject::groupName(
"pPrime", this->U_.group()),
114 this->runTime_.timeName(),
126 template<
class TransportModel>
136 IOobject::groupName(
"pPrimef", this->U_.group()),
137 this->runTime_.timeName(),
const dimensionSet dimPressure
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
static autoPtr< PhaseCompressibleTurbulenceModel > New(const alphaField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transportModel, const word &propertiesName=turbulenceModel::propertiesName)
Return a reference to the selected turbulence model.
A class for handling words, derived from string.
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
Templated abstract base class for multiphase compressible turbulence models.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
virtual tmp< surfaceScalarField > pPrimef() const
Return the face-phase-pressure'.
typename BasicTurbulenceModel::transportModel transportModel
virtual tmp< volScalarField > pPrime() const
Return the phase-pressure'.
Templated abstract base class for turbulence models.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
PhaseCompressibleTurbulenceModel(const word &type, const alphaField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)
Construct.
Generic dimensioned Type class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
Abstract base class for turbulence models (RAS, LES and laminar).