Header for factory to build instances of classes that manage the standard-state thermodynamic properties of a set of species (see Managers for Calculating Standard-State Thermodynamics and class VPSSMgrFactory);. More...
#include "SpeciesThermo.h"
#include "ctexceptions.h"
#include "FactoryBase.h"
#include "VPSSMgr.h"
Go to the source code of this file.
Classes | |
class | UnknownVPSSMgrModel |
Throw a named error for an unknown or missing vpss species thermo model. More... | |
class | VPSSMgrFactory |
Factory to build instances of classes that manage the standard-state thermodynamic properties of a set of species. More... | |
Namespaces | |
namespace | Cantera |
Namespace for the Cantera kernel. | |
Functions | |
VPSSMgr * | newVPSSMgr (VPSSMgr_enumType type, VPStandardStateTP *vp_ptr, VPSSMgrFactory *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. | |
VPSSMgr * | newVPSSMgr (VPStandardStateTP *vp_ptr, XML_Node *phaseNode_ptr, std::vector< XML_Node * > &spDataNodeList, VPSSMgrFactory *f=0) |
Function to return VPSSMgr manager. |
Header for factory to build instances of classes that manage the standard-state thermodynamic properties of a set of species (see Managers for Calculating Standard-State Thermodynamics and class VPSSMgrFactory);.
Definition in file VPSSMgrFactory.h.