makePhaseIncompressibleMomentumTransportModel.H File Reference
Include dependency graph for makePhaseIncompressibleMomentumTransportModel.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 (volScalarField, geometricOneField, phaseIncompressibleMomentumTransportModel)
 

Detailed Description

Macro Definition Documentation

◆ makeLaminarModel

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

Definition at line 42 of file makePhaseIncompressibleMomentumTransportModel.H.

◆ makeRASModel

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

Definition at line 50 of file makePhaseIncompressibleMomentumTransportModel.H.

◆ makeLESModel

#define makeLESModel (   Type)
Value:
( \
phaseIncompressibleMomentumTransportModel, \
LES, \
Type \
)

Definition at line 58 of file makePhaseIncompressibleMomentumTransportModel.H.

Function Documentation

◆ makeMomentumTransportModelTypes()

makeMomentumTransportModelTypes ( volScalarField  ,
geometricOneField  ,
phaseIncompressibleMomentumTransportModel   
)