15 vcs_SpeciesProperties::vcs_SpeciesProperties(
size_t indexPhase,
16 size_t indexSpeciesPhase,
17 vcs_VolPhase* owning) :
18 IndexPhase(indexPhase),
19 IndexSpeciesPhase(indexSpeciesPhase),
26 ReferenceMoleFraction(1.0E-6)
30 vcs_SpeciesProperties::~vcs_SpeciesProperties()
34 vcs_SpeciesProperties::vcs_SpeciesProperties(
const vcs_SpeciesProperties& b) :
35 IndexPhase(b.IndexPhase),
36 IndexSpeciesPhase(b.IndexSpeciesPhase),
37 OwningPhase(b.OwningPhase),
38 NumElements(b.NumElements),
39 SpeciesThermo(b.SpeciesThermo),
40 WtSpecies(b.WtSpecies),
42 SurfaceSpecies(b.SurfaceSpecies),
44 ReferenceMoleFraction(b.ReferenceMoleFraction)
47 FormulaMatrixCol = b.FormulaMatrixCol;
50 vcs_SpeciesProperties&
51 vcs_SpeciesProperties::operator=(
const vcs_SpeciesProperties& b)
54 IndexPhase = b.IndexPhase;
55 IndexSpeciesPhase = b.IndexSpeciesPhase;
56 OwningPhase = b.OwningPhase;
57 NumElements = b.NumElements;
59 WtSpecies = b.WtSpecies;
62 SurfaceSpecies = b.SurfaceSpecies;
64 ReferenceMoleFraction = b.ReferenceMoleFraction;
*std::vector< double > FormulaMatrixCol
Column of the formula matrix, comprising the element composition of the species.
std::string SpName
Name of the species.
Header for the object representing each phase within vcs.
Defines and definitions within the vcs package.
Internal declarations for the VCSnonideal package.