Go to the documentation of this file.
38 #ifndef BasicChemistryModel_H
39 #define BasicChemistryModel_H
57 template<
class ReactionThermo>
123 inline ReactionThermo&
thermo();
126 inline const ReactionThermo&
thermo()
const;
Base class for chemistry models.
static autoPtr< BasicChemistryModel< ReactionThermo > > New(ReactionThermo &thermo)
Basic chemistry model templated on thermodynamics.
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
declareRunTimeSelectionTable(autoPtr, BasicChemistryModel, thermo,(ReactionThermo &thermo),(thermo))
TypeName("BasicChemistryModel")
ReactionThermo & thermo()
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual ~BasicChemistryModel()
Macros to ease declaration of run-time selection tables.
ReactionThermo reactionThermo