Go to the documentation of this file.
30 template<
class TransportModel>
41 const word& propertiesName
65 template<
class TransportModel>
73 const word& propertiesName
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)
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
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)
Return a reference to the selected turbulence model.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
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)
Construct.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Templated abstract base class for single-phase compressible turbulence models.
Generic GeometricField class.
Abstract base class for turbulence models (RAS, LES and laminar).