|
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.
|
Cascade heat recovery calculations for process heating systems.
Classes | |
| struct | CascadeHeatHighToLowResults |
| Results of the cascade heat high-to-low calculation. More... | |
Functions | |
| CascadeHeatHighToLowResults | calculateCascadeHeatHighToLow (const gas_composition::GasComposition &gas_compositions, double fuel_hv, double fuel_cost, double pri_firing_rate, double pri_exhaust_temp, double pri_exhaust_o2, double pri_comb_air_temp, double pri_op_hours, double sec_firing_rate, double sec_exhaust_temp, double sec_exhaust_o2, double sec_comb_air_temp, double sec_op_hours, double fuel_temp_f=60, double ambient_air_temp_f=60, double comb_air_moisture_perc=0) |
| Calculates the energy and cost savings from cascading heat from a high-temperature to a low-temperature process. | |