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

Go to the source code of this file.

Macros

#define makeLaminarModel(Type)
 
#define makeRASModel(Type)
 
#define makeLESModel(Type)
 

Functions

 makeMomentumTransportModelTypes (geometricOneField, geometricOneField, incompressibleMomentumTransportModel)
 

Detailed Description

Macro Definition Documentation

◆ makeLaminarModel

#define makeLaminarModel (   Type)
Value:
( \
incompressibleMomentumTransportModel, \
laminar, \
Type \
)
#define makeTemplatedMomentumTransportModel(BaseModel, SType, Type)

Definition at line 42 of file makeIncompressibleMomentumTransportModel.H.

◆ makeRASModel

#define makeRASModel (   Type)
Value:
( \
incompressibleMomentumTransportModel, \
RAS, \
Type \
)
#define makeTemplatedMomentumTransportModel(BaseModel, SType, Type)

Definition at line 50 of file makeIncompressibleMomentumTransportModel.H.

◆ makeLESModel

#define makeLESModel (   Type)
Value:
( \
incompressibleMomentumTransportModel, \
LES, \
Type \
)
#define makeTemplatedMomentumTransportModel(BaseModel, SType, Type)

Definition at line 58 of file makeIncompressibleMomentumTransportModel.H.

Function Documentation

◆ makeMomentumTransportModelTypes()

makeMomentumTransportModelTypes ( geometricOneField  ,
geometricOneField  ,
incompressibleMomentumTransportModel   
)