AMO-Tools-Suite
v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
v
w
+
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
v
w
Variables
Enumerations
Related Functions
+
Files
File List
+
File Members
All
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Friends
Macros
Pages
include
sqlite
GasLoadChargeMaterialData.h
1
#ifndef AMO_TOOLS_SUITE_GASLOADCHARGEMATERIALDATA_H
2
#define AMO_TOOLS_SUITE_GASLOADCHARGEMATERIALDATA_H
3
4
class
GasLoadChargeMaterial
;
5
6
std::vector<GasLoadChargeMaterial> SQLite::get_default_gas_load_charge_materials() {
7
return
{
8
{
"Water vapor - Near Atm. Pressure"
, 0.47},
9
{
"Steam - 50 PSIG, 400 degrees F"
, 0.4901},
10
{
"Steam - 150 PSIG, 500 degrees F"
, 0.5099},
11
{
"Steam - 600 PSIG, 700 degrees F"
, 0.5899},
12
{
"Air - Low Pressure"
, 0.245},
13
{
"Nitrogen - Low Pressure"
, 0.2501},
14
{
"Oxygen - Low Pressure"
, 0.23},
15
{
"Carbon Dioxide - Low Pressure"
, 0.24},
16
{
"Carbon Monoxide - Low Pressure"
, 0.2501},
17
{
"Hydrogen - Low Pressure"
, 3.45}
18
};
19
}
20
21
#endif //AMO_TOOLS_SUITE_GASLOADCHARGEMATERIALDATA_H
GasLoadChargeMaterial
Definition:
GasLoadChargeMaterial.h:24
Generated by
1.8.13