All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dynamicMomentumTransportModels.H File Reference
Include dependency graph for dynamicMomentumTransportModels.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, volScalarField, compressibleMomentumTransportModel, CompressibleMomentumTransportModel, dynamicTransportModel)
 

Detailed Description

Original source file dynamicMomentumTransportModels.H

Definition in file dynamicMomentumTransportModels.H.

Macro Definition Documentation

◆ makeLaminarModel

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

Definition at line 46 of file dynamicMomentumTransportModels.H.

◆ makeRASModel

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

Definition at line 50 of file dynamicMomentumTransportModels.H.

◆ makeLESModel

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

Definition at line 54 of file dynamicMomentumTransportModels.H.

Function Documentation

◆ makeMomentumTransportModelTypes()

makeMomentumTransportModelTypes ( geometricOneField  ,
volScalarField  ,
compressibleMomentumTransportModel  ,
CompressibleMomentumTransportModel  ,
dynamicTransportModel   
)