Go to the documentation of this file.
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->U_.group()),
128 this->runTime_.timeName(),
140 template<
class BasicTurbulenceModel>
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)
A class for managing temporary objects.
const dimensionSet dimDensity
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
ThermalDiffusivity(const word &type, const alphaField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)
Construct.
BasicTurbulenceModel::alphaField alphaField
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
Generic dimensioned Type class.
static autoPtr< ThermalDiffusivity > New(const alphaField &alpha, const volScalarField &rho, 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.
BasicTurbulenceModel::transportModel transportModel
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Templated wrapper class to provide compressible turbulence models thermal diffusivity based thermal t...
virtual tmp< volScalarField > alphat() const
Return the turbulent thermal diffusivity for enthalpy [kg/m/s].
volScalarField scalarField(fieldObject, mesh)
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.