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.
|
Represents a gas type and its associated specific heat at a reference temperature of \(\qty{60}{\degreeFahrenheit}\). More...
#include <atmosphere_heat_loss.h>
Public Attributes | |
std::string | gas_description |
Description of the gas type. | |
double | specific_heat |
Specific heat \([\unit{\btu\per\standardCubicFeet\degreeFahrenheit}]\). | |
Definition at line 28 of file atmosphere_heat_loss.h.
std::string atmosphere_heat_loss::GasType::gas_description |
Definition at line 29 of file atmosphere_heat_loss.h.
double atmosphere_heat_loss::GasType::specific_heat |
Definition at line 30 of file atmosphere_heat_loss.h.