fluidThermoMomentumTransportModel.H File Reference
Include dependency graph for fluidThermoMomentumTransportModel.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::compressible
 

Typedefs

typedef CompressibleMomentumTransportModel< fluidThermo > momentumTransportModel
 
typedef laminarModel< momentumTransportModel > laminarModel
 
typedef RASModel< momentumTransportModel > RASModel
 Typedefs for turbulence, RAS and LES models for compressible flow based on the standard laminar transport package. More...
 
typedef LESModel< momentumTransportModel > LESModel
 

Functions

template<class BasicCompressibleMomentumTransportModel >
autoPtr< BasicCompressibleMomentumTransportModel > New (const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleMomentumTransportModel::transportModel &transport)
 

Detailed Description