FreeFOAM The Cross-Platform CFD Toolkit
chemistryReader.H File Reference

Detailed Description

Definition in file chemistryReader.H.

+ 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

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define makeChemistryReader(Thermo)
#define makeChemistryReaderType(SS, Thermo)
#define addChemistryReaderType(SS, Thermo)

Macro Definition Documentation

#define makeChemistryReader (   Thermo)
Value:
\
defineTemplateTypeNameAndDebug \
( \
chemistryReader<Thermo>, \
0 \
); \
defineTemplateRunTimeSelectionTable(chemistryReader<Thermo>, dictionary);

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.