43 #ifndef turbulentTransportModel_H 44 #define turbulentTransportModel_H 55 namespace incompressible
62 template<
class BasicCompressibleTurbulenceModel>
67 const typename BasicCompressibleTurbulenceModel::transportModel&
RASModel< turbulenceModel > RASModel
Generic GeometricField class.
LESModel< turbulenceModel > LESModel
Typedefs for turbulence, RAS and LES models for incompressible flow based on the standard laminar tra...
IncompressibleTurbulenceModel< transportModel > turbulenceModel
Templated abstract base class for single-phase incompressible turbulence models.
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from string.
autoPtr< BasicCompressibleTurbulenceModel > New(const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...