AMO-Tools-Suite  v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
All Classes Namespaces Files Functions Variables Enumerations Friends Macros Pages
GasLoadChargeMaterialData.h
1 #ifndef AMO_TOOLS_SUITE_GASLOADCHARGEMATERIALDATA_H
2 #define AMO_TOOLS_SUITE_GASLOADCHARGEMATERIALDATA_H
3 
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