makeFilmCompressibleMomentumTransportModel.H File Reference
Include dependency graph for makeFilmCompressibleMomentumTransportModel.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.
 

Macros

#define makeLaminarModel(Type)
 
#define makeSimplifiedLaminarModel(Type)
 

Typedefs

typedef laminarModel< filmCompressibleMomentumTransportModel > laminarfilmCompressibleMomentumTransportModel
 

Detailed Description

Macro Definition Documentation

◆ makeLaminarModel

#define makeLaminarModel (   Type)
Value:
( \
filmCompressibleMomentumTransportModel, \
laminar, \
Type \
)
#define makeTemplatedLaminarModel(BaseModel, SType, Type)

Definition at line 41 of file makeFilmCompressibleMomentumTransportModel.H.

◆ makeSimplifiedLaminarModel

#define makeSimplifiedLaminarModel (   Type)
Value:
( \
filmCompressibleMomentumTransportModel, \
laminar, \
simplifiedViscousStress, \
Type \
)
#define makeTemplatedLaminarStressModel(BaseModel, SType, StType, Type)

Definition at line 49 of file makeFilmCompressibleMomentumTransportModel.H.