Go to the documentation of this file.
35 #ifndef rhoReactionThermo_H
36 #define rhoReactionThermo_H
A class for handling words, derived from string.
virtual basicSpecieMixture & composition()=0
Return the composition of the multi-component mixture.
TypeName("rhoReactionThermo")
Runtime type information.
Specialization of basicMultiComponentMixture for a mixture consisting of a number for molecular speci...
Basic thermodynamic properties based on density.
rhoReactionThermo(const fvMesh &, const word &phaseName)
Construct from mesh and phase name.
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...
Macros to ease declaration of run-time selection tables.
virtual ~rhoReactionThermo()
Destructor.
static const word null
An empty word.
declareRunTimeSelectionTable(autoPtr, rhoReactionThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
Declare run-time constructor selection tables.
static autoPtr< rhoReactionThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.