43 #ifndef turbulentFluidThermoModel_H 44 #define turbulentFluidThermoModel_H 59 typedef ThermalDiffusivity<CompressibleTurbulenceModel<fluidThermo>>
65 template<
class BasicCompressibleTurbulenceModel>
71 const typename BasicCompressibleTurbulenceModel::transportModel&
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
ThermalDiffusivity< CompressibleTurbulenceModel< fluidThermo > > turbulenceModel
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from string.
LESModel< EddyDiffusivity< turbulenceModel > > LESModel
Typedefs for turbulence, RAS and LES models for compressible flow based on the standard laminar trans...
RASModel< EddyDiffusivity< turbulenceModel > > RASModel
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...