Go to the source code of this file.
Original source file makeThermoSootModel.H
Definition in file makeThermoSootModel.H.
◆ 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.