Classes | Namespaces | Macros
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)
 

Detailed Description

Original source file chemistryReader.H

Definition in file chemistryReader.H.

Macro Definition Documentation

#define makeChemistryReader (   Thermo)
Value:
defineTemplateTypeNameAndDebug(chemistryReader<Thermo>, 0); \
defineTemplateRunTimeSelectionTable(chemistryReader<Thermo>, dictionary)
#define defineTemplateRunTimeSelectionTable(baseType, argNames)
Define run-time selection table for template classes.
#define defineTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates, useful.
Definition: className.H:130

Definition at line 136 of file chemistryReader.H.

#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
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)

Definition at line 141 of file chemistryReader.H.

#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
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)

Definition at line 148 of file chemistryReader.H.

#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
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)

Definition at line 155 of file chemistryReader.H.