|
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 type data. More...
#include <gas_type_data.h>
Public Attributes | |
| std::string | gas_description |
| double | specific_heat |
| gas_description | Description of the gas type |
| specific_heat | Specific heat in Btu/(scf*°F) |
Definition at line 18 of file gas_type_data.h.
| std::string gas_type_data::GasType::gas_description |
Definition at line 19 of file gas_type_data.h.
| double gas_type_data::GasType::specific_heat |
Definition at line 20 of file gas_type_data.h.