Go to the documentation of this file.
41 #ifndef rhoReactionThermo_H
42 #define rhoReactionThermo_H
107 const word& phaseName,
126 const word& phaseName,
A class for handling words, derived from Foam::string.
virtual basicSpecieMixture & composition()=0
TypeName("rhoReactionThermo")
Specialization of basicMultiComponentMixture for a mixture consisting of a number for molecular speci...
static const word dictName
HashTable< List< specieElement > > speciesCompositionTable
Basic thermodynamic properties based on density.
autoPtr< speciesCompositionTable > specieComposition() const
rhoReactionThermo(const fvMesh &, const word &phaseName)
Mesh data needed to do the Finite Volume discretisation.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
virtual ~rhoReactionThermo()
declareRunTimeSelectionTable(autoPtr, rhoReactionThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
static autoPtr< rhoReactionThermo > New(const fvMesh &, const word &phaseName=word::null)