MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
Loading...
Searching...
No Matches
gas_load_charge_material_data.h
Go to the documentation of this file.
1#pragma once
2#include <string>
3#include <vector>
16
25
30inline std::vector<GasLoadChargeMaterial> get_default_gas_load_charge_materials() {
31 return {
32 {"Water vapor - Near Atm. Pressure", 0.47},
33 {"Steam - 50 PSIG, 400 degrees F", 0.4901},
34 {"Steam - 150 PSIG, 500 degrees F", 0.5099},
35 {"Steam - 600 PSIG, 700 degrees F", 0.5899},
36 {"Air - Low Pressure", 0.245},
37 {"Nitrogen - Low Pressure", 0.2501},
38 {"Oxygen - Low Pressure", 0.23},
39 {"Carbon Dioxide - Low Pressure", 0.24},
40 {"Carbon Monoxide - Low Pressure", 0.2501},
41 {"Hydrogen - Low Pressure", 3.45}
42 };
43}
44
45} // namespace gas_load_charge_material_data
Contains default data for gas load/charge materials used in heat loss calculations.
std::vector< GasLoadChargeMaterial > get_default_gas_load_charge_materials()
Returns a vector of default gas load/charge materials.
Struct to hold default gas load/charge material data.
double specific_heat_vapor
Specific Heat of Vapor in Btu/(lb*°F)