|
Cantera
2.0
|
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 "cantera/thermo/SpeciesThermo.h"#include "cantera/thermo/VPSSMgr.h"#include "VPSSMgrFactory.h"#include "cantera/thermo/VPStandardStateTP.h"#include "cantera/thermo/VPSSMgr_IdealGas.h"#include "cantera/thermo/VPSSMgr_ConstVol.h"#include "cantera/thermo/VPSSMgr_Water_ConstVol.h"#include "cantera/thermo/VPSSMgr_Water_HKFT.h"#include "cantera/thermo/VPSSMgr_General.h"#include "cantera/thermo/VPSSMgr_types.h"#include "cantera/thermo/SpeciesThermoMgr.h"#include "cantera/thermo/speciesThermoTypes.h"#include "cantera/thermo/SpeciesThermoFactory.h"#include "cantera/thermo/GeneralSpeciesThermo.h"#include "cantera/thermo/mix_defs.h"#include "cantera/base/xml.h"#include "cantera/base/ctml.h"Go to the source code of this file.
Namespaces | |
| namespace | Cantera |
| Provides class Nucleus. | |
Functions | |
| static void | getVPSSMgrTypes (std::vector< XML_Node * > &spDataNodeList, int &has_nasa_idealGas, int &has_nasa_constVol, int &has_shomate_idealGas, int &has_shomate_constVol, int &has_simple_idealGas, int &has_simple_constVol, int &has_water, int &has_tpx, int &has_hptx, int &has_other) |
| Examine the types of species thermo parameterizations, and return a flag indicating the type of parameterization needed by the species. | |
| 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.
1.8.2