Cantera  3.1.0a2
Loading...
Searching...
No Matches
SpeciesThermoFactory.h File Reference

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 dependency graph for SpeciesThermoFactory.h:

Detailed Description

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.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Cantera
 Namespace for the Cantera kernel.
 

Functions

SpeciesThermoInterpTypenewSpeciesThermoInterpType (int type, double tlow, double thigh, double pref, const double *coeffs)
 Create a new SpeciesThermoInterpType object given a corresponding constant.
 
SpeciesThermoInterpTypenewSpeciesThermoInterpType (const string &type, double tlow, double thigh, double pref, const double *coeffs)
 Create a new SpeciesThermoInterpType object given a string.
 
unique_ptr< SpeciesThermoInterpTypenewSpeciesThermo (const AnyMap &thermo_node)
 Create a new SpeciesThermoInterpType object using the specified parameters.