11#ifndef SPECIESTHERMO_FACTORY_H
12#define SPECIESTHERMO_FACTORY_H
32 double thigh,
double pref,
const double* coeffs);
44 double tlow,
double thigh,
double pref,
const double* coeffs);
62unique_ptr<SpeciesThermoInterpType>
newSpeciesThermo(
const AnyMap& thermo_node);
Pure Virtual Base class for individual species reference state thermodynamic managers and text for th...
Namespace for the Cantera kernel.
unique_ptr< SpeciesThermoInterpType > newSpeciesThermo(const AnyMap &thermo_node)
Create a new SpeciesThermoInterpType object using the specified parameters.
SpeciesThermoInterpType * newSpeciesThermoInterpType(int type, double tlow, double thigh, double pref, const double *coeffs)
Create a new SpeciesThermoInterpType object given a corresponding constant.