Cantera
2.5.1
src
equil
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 https://cantera.org/license.txt for license and copyright information.
8
9
#include "
cantera/equil/vcs_species_thermo.h
"
10
#include "
cantera/equil/vcs_defs.h
"
11
#include "
cantera/equil/vcs_VolPhase.h
"
12
13
#include "
cantera/base/ctexceptions.h
"
14
#include "
cantera/equil/vcs_internal.h
"
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
}
VCS_SSVOL_IDEALGAS
#define VCS_SSVOL_IDEALGAS
Models for the standard state volume of each species.
Definition:
vcs_VolPhase.h:21
vcs_species_thermo.h
vcs_defs.h
vcs_internal.h
vcs_VolPhase.h
ctexceptions.h
Cantera
Namespace for the Cantera kernel.
Definition:
AnyMap.cpp:263
Generated by
1.8.17