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
AtmosphereSpecificHeatData.h
1
#ifndef AMO_TOOLS_SUITE_ATMOSPHERESPECIFICHEATDATA_H
2
#define AMO_TOOLS_SUITE_ATMOSPHERESPECIFICHEATDATA_H
3
4
class
Atmosphere
;
5
6
std::vector<Atmosphere> SQLite::get_default_atmosphere_specific_heat() {
7
return
{
8
{
"Nitrogen"
, 0.0185},
9
{
"Hydrogen"
, 0.0182},
10
{
"Exothermic Gas"
, 0.0185},
11
{
"Endothermic Gas"
, 0.0185},
12
{
"Air"
, 0.0184},
13
{
"Water Vapor"
, 0.0212},
14
};
15
}
16
17
#endif //AMO_TOOLS_SUITE_ATMOSPHERESPECIFICHEATDATA_H
Atmosphere
Definition:
Atmosphere.h:31
Generated by
1.8.13