Go to the documentation of this file.
30 template<
class TransportModel>
41 const word& propertiesName
65 template<
class TransportModel>
74 const word& propertiesName
102 template<
class TransportModel>
112 IOobject::groupName(
"pPrime", this->U_.group()),
113 this->runTime_.timeName(),
125 template<
class TransportModel>
135 IOobject::groupName(
"pPrimef", this->U_.group()),
136 this->runTime_.timeName(),
148 template<
class TransportModel>
156 template<
class TransportModel>
163 return divDevRhoReff(
U);
167 template<
class TransportModel>
178 template<
class TransportModel>
188 return divDevReff(
U);
virtual tmp< volSymmTensorField > devRhoReff() const
Return the effective stress tensor.
const dimensionSet dimPressure
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
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)
static autoPtr< PhaseIncompressibleTurbulenceModel > New(const alphaField &alpha, 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 managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
virtual tmp< fvVectorMatrix > divDevReff(volVectorField &U) const
Return the source term for the momentum equation.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
virtual tmp< volScalarField > pPrime() const
Return the phase-pressure'.
virtual tmp< volSymmTensorField > devReff() const
Return the effective stress tensor.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
Templated abstract base class for turbulence models.
virtual tmp< surfaceScalarField > pPrimef() const
Return the face-phase-pressure'.
Templated abstract base class for multiphase incompressible turbulence models.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Generic dimensioned Type class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
PhaseIncompressibleTurbulenceModel(const word &type, const alphaField &alpha, const geometricOneField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const TransportModel &transportModel, const word &propertiesName)
Construct.
virtual tmp< fvVectorMatrix > divDevRhoReff(volVectorField &U) const
Return the source term for the momentum equation.
TransportModel transportModel
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).