38 #ifndef fluidReactionThermo_H 39 #define fluidReactionThermo_H declareRunTimeSelectionTable(autoPtr, fluidReactionThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
Declare run-time constructor selection tables.
static autoPtr< fluidReactionThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.
Base-class for multi-component fluid thermodynamic properties.
Specialisation of basicMixture for a mixture consisting of a number for molecular species...
virtual basicSpecieMixture & composition()=0
Return the composition of the multi-component mixture.
TypeName("fluidReactionThermo")
Runtime type information.
virtual const word & phaseName() const =0
Return the phase name.
A class for handling words, derived from string.
Base-class for fluid thermodynamic properties.
static const word null
An empty word.
virtual ~fluidReactionThermo()
Destructor.
Mesh data needed to do the Finite Volume discretisation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...