Definitions for factory to build instances of classes that manage the calculation of standard state properties for all the species in a phase (see Species Reference-State Thermodynamic Properties and class VPSSMgrFactory);. More...
#include "SpeciesThermo.h"
#include "VPSSMgr.h"
#include "VPSSMgrFactory.h"
#include "VPStandardStateTP.h"
#include "VPSSMgr_IdealGas.h"
#include "VPSSMgr_ConstVol.h"
#include "VPSSMgr_Water_ConstVol.h"
#include "VPSSMgr_Water_HKFT.h"
#include "VPSSMgr_General.h"
#include "VPSSMgr_types.h"
#include "SpeciesThermoMgr.h"
#include "speciesThermoTypes.h"
#include "SpeciesThermoFactory.h"
#include "GeneralSpeciesThermo.h"
#include "mix_defs.h"
#include "xml.h"
#include "ctml.h"
Go to the source code of this file.
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. |
Definitions for factory to build instances of classes that manage the calculation of standard state properties for all the species in a phase (see Species Reference-State Thermodynamic Properties and class VPSSMgrFactory);.
Definition in file VPSSMgrFactory.cpp.