

Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| 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. More... | |
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.
1.8.13