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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeThermoCombustionModel(Model, ReactionThermo, ThermoPhys)
 

Detailed Description

Original source file makeThermoCombustionModel.H

Definition in file makeThermoCombustionModel.H.

Macro Definition Documentation

◆ makeThermoCombustionModel

#define makeThermoCombustionModel (   Model,
  ReactionThermo,
  ThermoPhys 
)
Value:
\
typedef combustionModels::Model<ReactionThermo, ThermoPhys> \
Model##ReactionThermo##ThermoPhys; \
typedef CombustionModel<ReactionThermo> \
Model##ReactionThermo##ThermoPhys##Base; \
\
defineTemplateTypeNameAndDebugWithName \
( \
Model##ReactionThermo##ThermoPhys, \
( \
word(Model##ReactionThermo##ThermoPhys::typeName_()) + "<" \
+ ReactionThermo::typeName + "," + ThermoPhys::typeName() + ">" \
).c_str(), \
0 \
); \
\
addToRunTimeSelectionTable \
( \
Model##ReactionThermo##ThermoPhys##Base, \
Model##ReactionThermo##ThermoPhys, \
dictionary \
)

Definition at line 39 of file makeThermoCombustionModel.H.