|
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.
|
Functions to calculate energy savings from using exhaust gas (waste) of high temperature to supply heat to low temperature equipment. More...
Go to the source code of this file.
Classes | |
| struct | cascade_heat_high_to_low::CascadeHeatHighToLowResults |
| Results of the cascade heat high-to-low calculation. More... | |
Namespaces | |
| namespace | cascade_heat_high_to_low |
| Cascade heat recovery calculations for process heating systems. | |
Functions | |
| CascadeHeatHighToLowResults | cascade_heat_high_to_low::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. | |
Provides a function-based API for cascade heat recovery calculations.
Definition in file cascade_heat_high_to_low.h.