Go to the source code of this file.
|
| namespace | 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 152 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.
dict add("bounds", meshBb)
Definition at line 157 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 164 of file chemistryReader.H.
◆ addTemplateChemistryReaderType
| #define addTemplateChemistryReaderType |
( |
| Reader, |
|
|
| Thermo ) |
Value:
chemistryReader<Thermo>::adddictionaryConstructorToTable<Reader> \
add##Reader##Thermo##ConstructorToTable_
Definition at line 171 of file chemistryReader.H.