Go to the documentation of this file.
36 #ifndef ThermalDiffusivity_H
37 #define ThermalDiffusivity_H
48 template<
class BasicTurbulenceModel>
51 public BasicTurbulenceModel
56 typedef typename BasicTurbulenceModel::alphaField
alphaField;
58 typedef typename BasicTurbulenceModel::transportModel
transportModel;
73 const word& propertiesName
113 return this->transport_.kappa();
120 return this->transport_.kappa(
patchi);
126 return this->transport_.alpha();
133 return this->transport_.alpha(
patchi);
A class for handling words, derived from string.
virtual tmp< volScalarField > kappa() const
Return the thermal diffusivity for temperature [J/m/s/K].
A class for managing temporary objects.
static const word propertiesName
Default name of the turbulence properties dictionary.
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.
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
virtual tmp< volScalarField > kappaEff() const
Return the effective turbulent thermal diffusivity for temperature.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual tmp< volScalarField > alphaEff() const
Return the effective turbulent thermal diffusivity for enthalpy.
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].
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
virtual ~ThermalDiffusivity()
Destructor.
virtual tmp< volScalarField > alpha() const
Return the laminar thermal diffusivity for enthalpy [kg/m/s].