chemistryReader.H File Reference
Include dependency graph for chemistryReader.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  chemistryReader< ThermoType >
 Abstract class for reading chemistry. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeChemistryReader(Thermo)
 
#define makeChemistryReaderType(Reader, Thermo)
 
#define addChemistryReaderType(Reader, Thermo)
 
#define addTemplateChemistryReaderType(Reader, Thermo)
 

Typedefs

typedef HashTable< List< specieElement > > speciesCompositionTable
 

Detailed Description

Original source file chemistryReader.H

Definition in file chemistryReader.H.

Macro Definition Documentation

◆ makeChemistryReader

#define makeChemistryReader (   Thermo)
Value:
defineTemplateTypeNameAndDebug(chemistryReader<Thermo>, 0); \
defineTemplateRunTimeSelectionTable(chemistryReader<Thermo>, dictionary)
#define defineTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates, useful.
Definition: className.H:130

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: className.H:134

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: className.H:119

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: className.H:134

Definition at line 162 of file chemistryReader.H.