Calculates heat losses from escaping atmospheric gases in process heating equipment.
|
struct | GasType |
| Represents a gas type and its associated specific heat at a reference temperature of \(\qty{60}{\degreeFahrenheit}\). More...
|
|
|
const std::vector< GasType > & | gasTypes () |
| Returns the predefined specific heat values for common atmospheric gases at a reference temperature of \(\qty{60}{\degreeFahrenheit}\).
|
|
double | totalHeatLoss (double flow_rate, double specific_heat, double inlet_temperature, double outlet_temperature, double correction_factor) |
| Calculates the total heat loss from escaping atmospheric gas.
|
|
|
const std::array< GasType, 6 > | kGasTypes |
| A collection of specific heat values for common atmospheric gases at a reference temperature of \(\qty{60}{\degreeFahrenheit}\).
|
|