Cantera  2.3.0
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 http://www.cantera.org/license.txt for license and copyright information.
7 
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 }
STL namespace.
Namespace for the Cantera kernel.
Definition: application.cpp:29