Cantera
2.1.2
|
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 (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... | |
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.