Go to the documentation of this file.
6 #ifndef VCS_SPECIES_PROPERTIES_H
7 #define VCS_SPECIES_PROPERTIES_H
14 class VCS_SPECIES_THERMO;
22 size_t IndexSpeciesPhase;
double ReferenceMoleFraction
Representative value of the mole fraction of this species in a phase.
double VolPM
Partial molar volume of the species.
std::vector< double > vector_fp
Turn on the use of stl vectors for the basic array type within cantera Vector of doubles.
vector_fp FormulaMatrixCol
Column of the formula matrix, comprising the element composition of the species.
VCS_SPECIES_THERMO * SpeciesThermo
Pointer to the thermo structure for this species.
std::string SpName
Name of the species.
Properties of a single species.
int SurfaceSpecies
True if this species belongs to a surface phase.
double Charge
Charge state of the species -> This may be duplication of what's in the FormulaMatrixCol entries.
double WtSpecies
Molecular Weight of the species (gm/mol)
Phase information and Phase calculations for vcs.
Namespace for the Cantera kernel.