Cantera  2.4.0
vcs_species_thermo.cpp
Go to the documentation of this file.
1 /**
2  * @file vcs_species_thermo.cpp Implementation for the VCS_SPECIES_THERMO
3  * object.
4  */
5 
6 // This file is part of Cantera. See License.txt in the top-level directory or
7 // at http://www.cantera.org/license.txt for license and copyright information.
8 
10 #include "cantera/equil/vcs_defs.h"
12 
15 
16 using namespace std;
17 namespace Cantera
18 {
19 VCS_SPECIES_THERMO::VCS_SPECIES_THERMO() :
20  IndexPhase(0),
21  IndexSpeciesPhase(0),
22  OwningPhase(0),
23  SS0_Model(VCS_SS0_CONSTANT),
24  SS0_feSave(0.0),
25  SS0_TSave(-90.0),
26  SS0_T0(273.15),
27  SS0_H0(0.0),
28  SS0_S0(0.0),
29  SS0_Cp0(0.0),
30  SS0_Pref(1.01325E5),
31  SSStar_Model(VCS_SSSTAR_CONSTANT),
32  SSStar_Vol_Model(VCS_SSVOL_IDEALGAS),
33  SSStar_Vol0(-1.0)
34 {
35 }
36 
37 }
#define VCS_SSVOL_IDEALGAS
Models for the standard state volume of each species.
Definition: vcs_VolPhase.h:21
STL namespace.
Header for the object representing each phase within vcs.
Defines and definitions within the vcs package.
Internal declarations for the VCSnonideal package.
Namespace for the Cantera kernel.
Definition: AnyMap.cpp:8
Definitions for the classes that are thrown when Cantera experiences an error condition (also contain...