Loading...
Searching...
No Matches
makeChemistryTabulationMethods.H File Reference
Include dependency graph for makeChemistryTabulationMethods.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define makeChemistryTabulationMethod(SS, Comp, Thermo)
#define makeChemistryTabulationMethods(CompChemModel, Thermo)

Detailed Description

Original source file makeChemistryTabulationMethods.H

Definition in file makeChemistryTabulationMethods.H.

Macro Definition Documentation

◆ makeChemistryTabulationMethod

#define makeChemistryTabulationMethod ( SS,
Comp,
Thermo )
Value:
\
typedef chemistryTabulationMethods::SS<Comp, Thermo> SS##Comp##Thermo; \
\
( \
SS##Comp##Thermo, \
(#SS"<" + word(Comp::typeName_()) \
+ "," + Thermo::typeName() + ">").c_str(), \
0 \
); \
\
chemistryTabulationMethod<Comp, Thermo>:: \
adddictionaryConstructorToTable<SS##Comp##Thermo> \
add##chemistryTabulationMethods##SS##Comp##Thermo##ConstructorToTable_;
#define defineTemplateTypeNameAndDebugWithName(Type, Name, DebugSwitch)
Define the typeName and debug information, lookup as Name.
Definition className.H:149
dict add("bounds", meshBb)

Definition at line 30 of file makeChemistryTabulationMethods.H.

◆ makeChemistryTabulationMethods

#define makeChemistryTabulationMethods ( CompChemModel,
Thermo )

Definition at line 47 of file makeChemistryTabulationMethods.H.