|
Cantera
2.2.1
|
Header for factory to build instances of classes that manage the standard-state thermodynamic properties of a set of species (see Species Reference-State Thermodynamic Properties and class SpeciesThermoFactory);. More...
#include "SpeciesThermo.h"#include "cantera/base/ctexceptions.h"#include "cantera/base/FactoryBase.h"#include "cantera/base/ct_thread.h"Go to the source code of this file.
Classes | |
| class | UnknownSpeciesThermoModel |
| Throw a named error for an unknown or missing species thermo model. More... | |
| class | SpeciesThermoFactory |
| Factory to build instances of classes that manage the standard-state thermodynamic properties of a set of species. More... | |
Namespaces | |
| Cantera | |
| Namespace for the Cantera kernel. | |
Functions | |
| SpeciesThermo * | newSpeciesThermoMgr (int type, SpeciesThermoFactory *f=0) |
| Create a new species thermo manager instance, by specifying the type and (optionally) a pointer to the factory to use to create it. More... | |
| SpeciesThermo * | newSpeciesThermoMgr (const std::string &stype, SpeciesThermoFactory *f=0) |
| Create a new species thermo manager instance, by specifying the type and (optionally) a pointer to the factory to use to create it. More... | |
| SpeciesThermo * | newSpeciesThermoMgr (std::vector< XML_Node * > spDataNodeList, SpeciesThermoFactory *f=0) |
| Function to return SpeciesThermo manager. More... | |
| SpeciesThermoInterpType * | newSpeciesThermoInterpType (int type, double tlow, double thigh, double pref, const double *coeffs) |
| Create a new SpeciesThermoInterpType object given a corresponding constant. More... | |
| SpeciesThermoInterpType * | newSpeciesThermoInterpType (const std::string &type, double tlow, double thigh, double pref, const double *coeffs) |
| Create a new SpeciesThermoInterpType object given a string. More... | |
| SpeciesThermoInterpType * | newSpeciesThermoInterpType (const XML_Node &thermoNode) |
| Create a new SpeciesThermoInterpType object from XML_Node. More... | |
Header for factory to build instances of classes that manage the standard-state thermodynamic properties of a set of species (see Species Reference-State Thermodynamic Properties and class SpeciesThermoFactory);.
Definition in file SpeciesThermoFactory.h.
1.8.6