Definition in file chemistryReader.H.
#include "src/OpenFOAM/db/typeInfo/typeInfo.H"
#include "src/OpenFOAM/db/runTimeSelection/runTimeSelectionTables.H"
#include "src/thermophysicalModels/specie/reaction/Reactions_/Reaction/Reaction.H"
Go to the source code of this file.
Classes | |
class | chemistryReader< ThermoType > |
Abstract class for reading chemistry. More...
| |
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
Defines | |
#define | makeChemistryReader(Thermo) |
#define | makeChemistryReaderType(SS, Thermo) |
#define | addChemistryReaderType(SS, Thermo) |
#define makeChemistryReader | ( | Thermo ) |
\ defineTemplateTypeNameAndDebug \ ( \ chemistryReader<Thermo>, \ 0 \ ); \ \ defineTemplateRunTimeSelectionTable(chemistryReader<Thermo>, dictionary);
Definition at line 120 of file chemistryReader.H.
#define makeChemistryReaderType | ( | SS, | |
Thermo | |||
) |
\ 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 | |||
) |
\ defineNamedTemplateTypeNameAndDebug(SS, 0); \ \ chemistryReader<Thermo>::adddictionaryConstructorToTable<SS> \ add##SS##Thermo##ConstructorToTable_;
Definition at line 139 of file chemistryReader.H.