Detailed Description
Definition in file chemistryReader.H.
Go to the source code of this file.
Namespaces |
namespace | Foam |
| Namespace for OpenFOAM.
|
Macro Definition Documentation
#define makeChemistryReader |
( |
|
Thermo | ) |
|
Value:\
defineTemplateTypeNameAndDebug \
( \
chemistryReader<Thermo>, \
0 \
Definition at line 120 of file chemistryReader.H.
#define makeChemistryReaderType |
( |
|
SS, |
|
|
|
Thermo |
|
) |
| |
Value:\
defineNamedTemplateTypeNameAndDebug(SS<Thermo>, 0); \
\
chemistryReader<Thermo>::adddictionaryConstructorToTable<SS<Thermo> > \
add##SS##Thermo##ConstructorToTable_;
Definition at line 131 of file chemistryReader.H.
#define addChemistryReaderType |
( |
|
SS, |
|
|
|
Thermo |
|
) |
| |
Value:\
defineNamedTemplateTypeNameAndDebug(SS, 0); \
\
chemistryReader<Thermo>::adddictionaryConstructorToTable<SS> \
add##SS##Thermo##ConstructorToTable_;
Definition at line 139 of file chemistryReader.H.