Cantera
2.2.1
|
Properties of a single species. More...
#include <vcs_SpeciesProperties.h>
Public Member Functions | |
vcs_SpeciesProperties (size_t indexPhase, size_t indexSpeciesPhase, vcs_VolPhase *owning) | |
vcs_SpeciesProperties (const vcs_SpeciesProperties &b) | |
vcs_SpeciesProperties & | operator= (const vcs_SpeciesProperties &b) |
Public Attributes | |
size_t | IndexPhase |
size_t | IndexSpeciesPhase |
vcs_VolPhase * | OwningPhase |
size_t | NumElements |
std::string | SpName |
Name of the species. More... | |
VCS_SPECIES_THERMO * | SpeciesThermo |
double | WtSpecies |
*std::vector< double > | FormulaMatrixCol |
Column of the formula matrix, comprising the element composition of the species. More... | |
double | Charge |
int | SurfaceSpecies |
double | VolPM |
double | ReferenceMoleFraction |
Properties of a single species.
Definition at line 15 of file vcs_SpeciesProperties.h.
std::string SpName |
Name of the species.
Definition at line 24 of file vcs_SpeciesProperties.h.
Referenced by Cantera::vcs_Cantera_to_vprob().
* std::vector<double> FormulaMatrixCol |
Column of the formula matrix, comprising the element composition of the species.
Definition at line 32 of file vcs_SpeciesProperties.h.
Referenced by Cantera::vcs_Cantera_to_vprob(), and VCS_SOLVE::vcs_prep_oneTime().