makeChemistryModel.H File Reference
Include dependency graph for makeChemistryModel.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 defineChemistryModel(Model, ReactionThermo)
 

Detailed Description

Original source file makeChemistryModel.H

Definition in file makeChemistryModel.H.

Macro Definition Documentation

◆ defineChemistryModel

#define defineChemistryModel (   Model,
  ReactionThermo 
)
Value:
\
typedef Model<ReactionThermo> Model##ReactionThermo; \
\
defineTemplateTypeNameAndDebugWithName \
( \
Model##ReactionThermo, \
( \
word(Model##ReactionThermo::typeName_()) + "<" \
+ ReactionThermo::typeName + ">" \
).c_str(), \
0 \
); \
\
defineTemplateRunTimeSelectionTable \
( \
Model##ReactionThermo, \
thermo \
);

Definition at line 38 of file makeChemistryModel.H.