FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

chemistryReader.H File Reference


Detailed Description

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"
Include dependency graph for chemistryReader.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 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.