11 vcs_SpeciesProperties::vcs_SpeciesProperties(
size_t indexPhase,
12 size_t indexSpeciesPhase,
13 vcs_VolPhase* owning) :
14 IndexPhase(indexPhase),
15 IndexSpeciesPhase(indexSpeciesPhase),
22 ReferenceMoleFraction(1.0E-6)
26 vcs_SpeciesProperties::vcs_SpeciesProperties(
const vcs_SpeciesProperties& b) :
27 IndexPhase(b.IndexPhase),
28 IndexSpeciesPhase(b.IndexSpeciesPhase),
29 OwningPhase(b.OwningPhase),
30 NumElements(b.NumElements),
31 SpeciesThermo(b.SpeciesThermo),
32 WtSpecies(b.WtSpecies),
34 SurfaceSpecies(b.SurfaceSpecies),
36 ReferenceMoleFraction(b.ReferenceMoleFraction)
39 FormulaMatrixCol = b.FormulaMatrixCol;
42 vcs_SpeciesProperties&
43 vcs_SpeciesProperties::operator=(
const vcs_SpeciesProperties& b)
46 IndexPhase = b.IndexPhase;
47 IndexSpeciesPhase = b.IndexSpeciesPhase;
48 OwningPhase = b.OwningPhase;
49 NumElements = b.NumElements;
51 WtSpecies = b.WtSpecies;
54 SurfaceSpecies = b.SurfaceSpecies;
56 ReferenceMoleFraction = b.ReferenceMoleFraction;
std::string SpName
Name of the species.
*std::vector< double > FormulaMatrixCol
Column of the formula matrix, comprising the element composition of the species.