|
Cantera
2.4.0
|
Properties of a single species. More...
#include <vcs_SpeciesProperties.h>
Public Member Functions | |
| vcs_SpeciesProperties (size_t indexPhase, size_t indexSpeciesPhase, vcs_VolPhase *owning) | |
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 |
| Pointer to the thermo structure for this species. More... | |
| double | WtSpecies |
| Molecular Weight of the species (gm/mol) More... | |
| vector_fp | FormulaMatrixCol |
| Column of the formula matrix, comprising the element composition of the species. More... | |
| double | Charge |
| Charge state of the species -> This may be duplication of what's in the FormulaMatrixCol entries. More... | |
| int | SurfaceSpecies |
| True if this species belongs to a surface phase. More... | |
| double | VolPM |
| Partial molar volume of the species. More... | |
| double | ReferenceMoleFraction |
| Representative value of the mole fraction of this species in a phase. More... | |
Properties of a single species.
Definition at line 18 of file vcs_SpeciesProperties.h.
| std::string SpName |
Name of the species.
Definition at line 27 of file vcs_SpeciesProperties.h.
| VCS_SPECIES_THERMO* SpeciesThermo |
Pointer to the thermo structure for this species.
Definition at line 30 of file vcs_SpeciesProperties.h.
| double WtSpecies |
Molecular Weight of the species (gm/mol)
Definition at line 33 of file vcs_SpeciesProperties.h.
| vector_fp FormulaMatrixCol |
Column of the formula matrix, comprising the element composition of the species.
Definition at line 37 of file vcs_SpeciesProperties.h.
Referenced by VCS_SOLVE::vcs_prep().
| double Charge |
Charge state of the species -> This may be duplication of what's in the FormulaMatrixCol entries.
However, it's prudent to separate it out.
Definition at line 41 of file vcs_SpeciesProperties.h.
| int SurfaceSpecies |
True if this species belongs to a surface phase.
Definition at line 44 of file vcs_SpeciesProperties.h.
| double VolPM |
Partial molar volume of the species.
Definition at line 52 of file vcs_SpeciesProperties.h.
| double ReferenceMoleFraction |
Representative value of the mole fraction of this species in a phase.
This value is used for convergence issues and for calculation of numerical derivatives
Definition at line 57 of file vcs_SpeciesProperties.h.
1.8.14