Cantera  3.1.0a1
vcs_SpeciesProperties Class Reference

Properties of a single species. More...

#include <vcs_SpeciesProperties.h>

Detailed Description

Properties of a single species.

Definition at line 18 of file 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_VolPhaseOwningPhase
 
size_t NumElements
 
string SpName
 Name of the species. More...
 
VCS_SPECIES_THERMOSpeciesThermo = nullptr
 Pointer to the thermo structure for this species. More...
 
double WtSpecies = 0.0
 Molecular Weight of the species (gm/mol) More...
 
vector< double > FormulaMatrixCol
 Column of the formula matrix, comprising the element composition of the species. More...
 
double Charge = 0.0
 Charge state of the species -> This may be duplication of what's in the FormulaMatrixCol entries. More...
 
int SurfaceSpecies = 0
 True if this species belongs to a surface phase. More...
 
double VolPM = 0.0
 Partial molar volume of the species. More...
 
double ReferenceMoleFraction = 1e-6
 Representative value of the mole fraction of this species in a phase. More...
 

Member Data Documentation

◆ SpName

string SpName

Name of the species.

Definition at line 27 of file vcs_SpeciesProperties.h.

◆ SpeciesThermo

VCS_SPECIES_THERMO* SpeciesThermo = nullptr

Pointer to the thermo structure for this species.

Definition at line 30 of file vcs_SpeciesProperties.h.

◆ WtSpecies

double WtSpecies = 0.0

Molecular Weight of the species (gm/mol)

Definition at line 33 of file vcs_SpeciesProperties.h.

◆ FormulaMatrixCol

vector<double> FormulaMatrixCol

Column of the formula matrix, comprising the element composition of the species.

Definition at line 37 of file vcs_SpeciesProperties.h.

◆ Charge

double Charge = 0.0

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.

◆ SurfaceSpecies

int SurfaceSpecies = 0

True if this species belongs to a surface phase.

Definition at line 44 of file vcs_SpeciesProperties.h.

◆ VolPM

double VolPM = 0.0

Partial molar volume of the species.

Definition at line 52 of file vcs_SpeciesProperties.h.

◆ ReferenceMoleFraction

double ReferenceMoleFraction = 1e-6

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.


The documentation for this class was generated from the following file: