Go to the source code of this file.
Original source file makeChemistryModel.H
Definition in file makeChemistryModel.H.
◆ makeChemistryModel
| #define makeChemistryModel |
( |
|
Model, |
|
|
|
ThermoPhysics |
|
) |
| |
Value: \
typedef chemistryModels::Model<ThermoPhysics> \
Model##ThermoPhysics; \
\
defineTemplateTypeNameAndDebugWithName \
( \
Model##ThermoPhysics, \
( \
word(Model##ThermoPhysics::typeName_()) \
).c_str(), \
0 \
) \
\
( \
chemistryModel, \
Model##ThermoPhysics, \
)
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to hash-table of functions with typename as the key.
String typeName(const std::type_info &info)
Return the un-mangled name given the standard type info.
fluidMulticomponentThermo & thermo
Definition at line 33 of file makeChemistryModel.H.
◆ makeChemistryModels
| #define makeChemistryModels |
( |
|
Model, |
|
|
|
ThermoPhysics |
|
) |
| |
Value:
( \
Model, \
ThermoPhysics \
)
#define makeChemistryModel(Model, ThermoPhysics)
Definition at line 58 of file makeChemistryModel.H.