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

Go to the source code of this file.

Macros

#define makeSootTypesThermo(SootModelType, Thermo)
 

Detailed Description

Original source file makeSootTypes.H

Definition in file makeSootTypes.H.

Macro Definition Documentation

◆ makeSootTypesThermo

#define makeSootTypesThermo (   SootModelType,
  Thermo 
)
Value:
\
typedef radiationModels::sootModels::SootModelType<Thermo> \
SootModelType##Thermo; \
\
defineTemplateTypeNameAndDebugWithName \
( \
SootModelType##Thermo, \
( \
word(SootModelType##Thermo::typeName_()) + "<"#Thermo">" \
).c_str(), \
0 \
); \
\
namespace radiationModels \
{ \
addToRunTimeSelectionTable \
( \
sootModel, \
SootModelType##Thermo, \
dictionary \
); \
}

Definition at line 33 of file makeSootTypes.H.