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