39 #ifndef rhoReactionThermo_H 40 #define rhoReactionThermo_H Base-class for fluid and solid thermodynamic properties.
static autoPtr< rhoReactionThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.
Base-class for multi-component fluid thermodynamic properties.
virtual ~rhoReactionThermo()
Destructor.
virtual const word & phaseName() const =0
Phase name.
A class for handling words, derived from string.
Base-class for multi-component fluid thermodynamic properties based on density.
Base-class for fluid thermodynamic properties.
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.
Mesh data needed to do the Finite Volume discretisation.
Base-class for fluid thermodynamic properties based on density.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
TypeName("rhoReactionThermo")
Runtime type information.