Go to the documentation of this file.
32 template<
class TransportModel>
43 const word& propertiesName
67 template<
class TransportModel>
75 const word& propertiesName
A class for handling words, derived from Foam::string.
const dimensionedScalar alpha
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
Templated abstract base class for turbulence models.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
TransportModel transportModel
static autoPtr< CompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName)
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.
CompressibleTurbulenceModel(const word &type, const geometricOneField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)
Templated abstract base class for single-phase compressible turbulence models.
Generic GeometricField class.
Abstract base class for turbulence models (RAS, LES and laminar).