37 #ifndef rhoChemistryModel_H 38 #define rhoChemistryModel_H autoPtr< rhoReactionThermo > thermo_
Thermo package.
declareRunTimeSelectionTable(autoPtr, rhoChemistryModel, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
Declare run-time constructor selection tables.
TypeName("rho")
Runtime type information.
A class for handling words, derived from string.
const fvMesh & mesh() const
Return const access to the mesh database.
static const word null
An empty word.
static autoPtr< rhoChemistryModel > New(const fvMesh &mesh, const word &phaseName=word::null)
Selector.
virtual ~rhoChemistryModel()
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...
Macros to ease declaration of run-time selection tables.
rhoReactionThermo & thermo()
Return access to the thermo package.
Base class for chemistry models.
Chemistry model for density-based thermodynamics.