36 #ifndef BasicChemistryModel_H 37 #define BasicChemistryModel_H 55 template<
class ReactionThermo>
98 ReactionThermo& thermo
109 inline ReactionThermo&
thermo();
112 inline const ReactionThermo&
thermo()
const;
Basic chemistry model templated on thermodynamics.
ReactionThermo & thermo()
Return access to the thermo package.
virtual ~BasicChemistryModel()
Destructor.
BasicChemistryModel(ReactionThermo &thermo)
Construct from thermo.
ReactionThermo reactionThermo
Thermo type.
static autoPtr< BasicChemistryModel< ReactionThermo > > New(ReactionThermo &thermo)
Selector.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
ReactionThermo & thermo_
Thermo.
Macros to ease declaration of run-time selection tables.
declareRunTimeSelectionTable(autoPtr, BasicChemistryModel, thermo,(ReactionThermo &thermo),(thermo))
Declare run-time constructor selection tables.
Base class for chemistry models.
TypeName("BasicChemistryModel")
Runtime type information.