6 #ifndef VCS_SPECIES_PROPERTIES_H
7 #define VCS_SPECIES_PROPERTIES_H
14 class VCS_SPECIES_THERMO;
22 size_t IndexSpeciesPhase;
61 : IndexPhase(indexPhase)
62 , IndexSpeciesPhase(indexSpeciesPhase)
Identifies the thermo model for the species.
Properties of a single species.
double VolPM
Partial molar volume of the species.
double ReferenceMoleFraction
Representative value of the mole fraction of this species in a phase.
int SurfaceSpecies
True if this species belongs to a surface phase.
string SpName
Name of the species.
double WtSpecies
Molecular Weight of the species (gm/mol)
VCS_SPECIES_THERMO * SpeciesThermo
Pointer to the thermo structure for this species.
vector< double > FormulaMatrixCol
Column of the formula matrix, comprising the element composition of the species.
double Charge
Charge state of the species -> This may be duplication of what's in the FormulaMatrixCol entries.
Phase information and Phase calculations for vcs.
This file contains definitions of constants, types and terms that are used in internal routines and a...
Namespace for the Cantera kernel.