Cantera
3.0.0
|
Header for factory functions to build instances of classes that manage the standard-state thermodynamic properties of a set of species (see Species Reference-State Thermodynamic Properties);. More...
#include "SpeciesThermoInterpType.h"
Header for factory functions to build instances of classes that manage the standard-state thermodynamic properties of a set of species (see Species Reference-State Thermodynamic Properties);.
Definition in file SpeciesThermoFactory.h.
Go to the source code of this file.
Namespaces | |
namespace | Cantera |
Namespace for the Cantera kernel. | |
Functions | |
SpeciesThermoInterpType * | newSpeciesThermoInterpType (int type, double tlow, double thigh, double pref, const double *coeffs) |
Create a new SpeciesThermoInterpType object given a corresponding constant. | |
SpeciesThermoInterpType * | newSpeciesThermoInterpType (const string &type, double tlow, double thigh, double pref, const double *coeffs) |
Create a new SpeciesThermoInterpType object given a string. | |
unique_ptr< SpeciesThermoInterpType > | newSpeciesThermo (const AnyMap &thermo_node) |
Create a new SpeciesThermoInterpType object using the specified parameters. | |