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

Go to the source code of this file.

Macros

#define makeThermoSootModel(Model, ThermoPhys)
 

Detailed Description

Original source file makeThermoSootModel.H

Definition in file makeThermoSootModel.H.

Macro Definition Documentation

◆ makeThermoSootModel

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

Definition at line 34 of file makeThermoSootModel.H.