Cantera
2.5.1
src
equil
vcs_SpeciesProperties.cpp
Go to the documentation of this file.
1
/**
2
* @file vcs_SpeciesProperties.cpp
3
*/
4
5
// This file is part of Cantera. See License.txt in the top-level directory or
6
// at https://cantera.org/license.txt for license and copyright information.
7
8
#include "
cantera/equil/vcs_SpeciesProperties.h
"
9
10
using namespace
std;
11
12
namespace
Cantera
13
{
14
15
vcs_SpeciesProperties::vcs_SpeciesProperties(
size_t
indexPhase,
16
size_t
indexSpeciesPhase,
17
vcs_VolPhase* owning) :
18
IndexPhase(indexPhase),
19
IndexSpeciesPhase(indexSpeciesPhase),
20
OwningPhase(owning),
21
SpeciesThermo(0),
22
WtSpecies(0.0),
23
Charge(0.0),
24
SurfaceSpecies(0),
25
VolPM(0.0),
26
ReferenceMoleFraction(1.0E-6)
27
{
28
}
29
30
}
vcs_SpeciesProperties.h
Cantera
Namespace for the Cantera kernel.
Definition:
AnyMap.cpp:263
Generated by
1.8.17