

Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
| namespace | Foam::incompressible |
Typedefs | |
| typedef IncompressibleTurbulenceModel< transportModel > | turbulenceModel |
| typedef laminarModel< turbulenceModel > | laminarModel |
| typedef RASModel< turbulenceModel > | RASModel |
| typedef LESModel< turbulenceModel > | LESModel |
| Typedefs for turbulence, RAS and LES models for incompressible flow based on the standard laminar transport package. Density is explicity referenced to consider the isothermal variable-density effect, as described in: | |
Functions | |
| template<class BasicCompressibleTurbulenceModel> | |
| autoPtr< BasicCompressibleTurbulenceModel > | New (const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName) |
Original source file turbulentTransportModel.H
Definition in file turbulentTransportModel.H.