Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
Original source file chemistryReader.H
Definition in file chemistryReader.H.
◆ makeChemistryReader
#define makeChemistryReader |
( |
|
Thermo | ) |
|
Value: defineTemplateRunTimeSelectionTable(chemistryReader<Thermo>, dictionary)
#define defineTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates, useful.
Definition at line 143 of file chemistryReader.H.
◆ makeChemistryReaderType
#define makeChemistryReaderType |
( |
|
Reader, |
|
|
|
Thermo |
|
) |
| |
Value: chemistryReader<Thermo>::adddictionaryConstructorToTable<Reader<Thermo>> \
add##Reader##Thermo##ConstructorToTable_
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition at line 148 of file chemistryReader.H.
◆ addChemistryReaderType
#define addChemistryReaderType |
( |
|
Reader, |
|
|
|
Thermo |
|
) |
| |
Value: chemistryReader<Thermo>::adddictionaryConstructorToTable<Reader> \
add##Reader##Thermo##ConstructorToTable_
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
Definition at line 155 of file chemistryReader.H.
◆ addTemplateChemistryReaderType
#define addTemplateChemistryReaderType |
( |
|
Reader, |
|
|
|
Thermo |
|
) |
| |
Value: chemistryReader<Thermo>::adddictionaryConstructorToTable<Reader> \
add##Reader##Thermo##ConstructorToTable_
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition at line 162 of file chemistryReader.H.