Go to the documentation of this file.
33 template<
class TransportModel>
44 const word& propertiesName
68 template<
class TransportModel>
77 const word& propertiesName
105 template<
class TransportModel>
114 this->runTime_.timeName(),
125 template<
class TransportModel>
134 this->runTime_.timeName(),
145 template<
class TransportModel>
153 template<
class TransportModel>
160 return devRhoReff(
U);
164 template<
class TransportModel>
171 return divDevRhoReff(
U);
175 template<
class TransportModel>
185 template<
class TransportModel>
198 template<
class TransportModel>
207 return divDevReff(
U);
virtual tmp< volSymmTensorField > devRhoReff() const
const dimensionSet dimPressure
Defines the attributes of an object for which implicit objectRegistry management is supported,...
static autoPtr< PhaseIncompressibleTurbulenceModel > New(const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const TransportModel &transportModel, const word &propertiesName=turbulenceModel::propertiesName)
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
static constexpr const zero Zero
PhaseIncompressibleTurbulenceModel(const word &type, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const TransportModel &transportModel, const word &propertiesName)
const dimensionedScalar alpha
virtual tmp< fvVectorMatrix > divDevReff(volVectorField &U) const
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
virtual tmp< volScalarField > pPrime() const
virtual tmp< volSymmTensorField > devReff() const
Templated abstract base class for turbulence models.
virtual tmp< surfaceScalarField > pPrimef() const
Templated abstract base class for multiphase incompressible turbulence models.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Generic dimensioned Type class.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static tmp< T > New(Args &&... args)
virtual tmp< fvVectorMatrix > divDevRhoReff(volVectorField &U) const
static word groupName(StringType base, const word &group)
Abstract base class for turbulence models (RAS, LES and laminar).
TransportModel transportModel
Generic GeometricField class.