Cantera  2.3.0
Classes | Namespaces | Functions
VPSSMgrFactory.h File Reference

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 and class VPSSMgrFactory);. More...

#include "cantera/base/ctexceptions.h"
#include "cantera/base/FactoryBase.h"
#include "cantera/thermo/VPSSMgr.h"
Include dependency graph for VPSSMgrFactory.h:
This graph shows which files directly or indirectly include this file:

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

 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. More...
 
VPSSMgr * newVPSSMgr (VPStandardStateTP *vp_ptr, XML_Node *phaseNode_ptr, std::vector< XML_Node * > &spDataNodeList, VPSSMgrFactory *f=0)
 Function to return VPSSMgr manager. More...
 

Detailed Description

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 and class VPSSMgrFactory);.

Definition in file VPSSMgrFactory.h.