|
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.
|
Struct to hold default gas load/charge material data. More...
#include <gas_load_charge_material_data.h>
Public Attributes | |
| std::string | substance |
| Name of substance. | |
| double | specific_heat_vapor |
| Specific Heat of Vapor in Btu/(lb*°F) | |
Definition at line 21 of file gas_load_charge_material_data.h.
| double gas_load_charge_material_data::GasLoadChargeMaterial::specific_heat_vapor |
Definition at line 23 of file gas_load_charge_material_data.h.
| std::string gas_load_charge_material_data::GasLoadChargeMaterial::substance |
Definition at line 22 of file gas_load_charge_material_data.h.