30 template<
class BasicTurbulenceModel>
40 const word& propertiesName
59 template<
class BasicTurbulenceModel>
69 const word& propertiesName
89 template<
class BasicTurbulenceModel>
97 const word& propertiesName
117 template<
class BasicTurbulenceModel>
127 IOobject::groupName(
"alphat", this->alphaRhoPhi_.group()),
128 this->runTime_.timeName(),
140 template<
class BasicTurbulenceModel>
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const dimensionSet dimViscosity
Templated wrapper class to provide compressible turbulence models thermal diffusivity based thermal t...
ThermalDiffusivity(const word &type, const alphaField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &trasport, const word &propertiesName)
Construct.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
A class for handling words, derived from string.
volScalarField scalarField(fieldObject, mesh)
const dimensionSet dimDensity
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
static autoPtr< ThermalDiffusivity > New(const alphaField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &trasportModel, const word &propertiesName=turbulenceModel::propertiesName)
Return a reference to the selected turbulence model.
TransportModel transportModel
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual tmp< volScalarField > alphat() const
Turbulent thermal diffusivity for enthalpy [kg/m/s].
A class for managing temporary objects.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...