26 #ifndef makeThermoSootModel_H 27 #define makeThermoSootModel_H 34 #define makeThermoSootModel(Model, ThermoPhys) \ 36 typedef radiationModels::sootModels::Model<ThermoPhys> Model##ThermoPhys; \ 38 defineTemplateTypeNameAndDebugWithName \ 42 word(Model##ThermoPhys::typeName_()) + "<" \ 43 + ThermoPhys::typeName() + ">" \ 48 namespace radiationModels \ 50 addToRunTimeSelectionTable(sootModel, Model##ThermoPhys, dictionary); \
Macros for easy insertion into run-time selection tables.