38#ifndef BasicChemistryModel_H
39#define BasicChemistryModel_H
57template<
class ReactionThermo>
123 inline ReactionThermo&
thermo();
126 inline const ReactionThermo&
thermo()
const;
Basic chemistry model templated on thermodynamics.
static autoPtr< BasicChemistryModel< ReactionThermo > > New(ReactionThermo &thermo)
Selector.
virtual ~BasicChemistryModel()
Destructor.
ReactionThermo reactionThermo
Thermo type.
declareRunTimeSelectionTable(autoPtr, BasicChemistryModel, thermo,(ReactionThermo &thermo),(thermo))
Declare run-time constructor selection tables.
ReactionThermo & thermo_
Thermo.
ReactionThermo & thermo()
Return access to the thermo package.
TypeName("BasicChemistryModel")
Runtime type information.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Base class for chemistry models.
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
Macros to ease declaration of run-time selection tables.
#define declareRunTimeSelectionTable(ptrWrapper, baseType, argNames, argList, parList)
Declare a run-time selection (variables and adder classes)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.