Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Foam::compressible | |
Typedefs | |
typedef ThermalDiffusivity< CompressibleTurbulenceModel< fluidThermo > > | turbulenceModel |
typedef laminarModel< turbulenceModel > | laminarModel |
typedef RASModel< EddyDiffusivity< turbulenceModel > > | RASModel |
typedef LESModel< EddyDiffusivity< turbulenceModel > > | LESModel |
Typedefs for turbulence, RAS and LES models for compressible flow based on the standard laminar transport package. More... | |
Functions | |
template<class BasicCompressibleTurbulenceModel > | |
autoPtr< BasicCompressibleTurbulenceModel > | New (const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName) |
Original source file turbulentFluidThermoModel.H
Definition in file turbulentFluidThermoModel.H.