|
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.
|
Results of the cascade heat high-to-low calculation. More...
#include <cascade_heat_high_to_low.h>
Public Attributes | |
| double | pri_flue_volume = 0 |
| Primary flue gas volume \([\unit{SCF/hr}]\). | |
| double | hx_energy_rate = 0 |
| Heat exchanger energy rate \([\unit{MMBtu/hr}]\). | |
| double | eq_energy_supply = 0 |
| Equivalent energy supply \([\unit{MMBtu/hr}]\). | |
| double | eff_op_hours = 0 |
| Effective operating hours \([\unit{hr/yr}]\). | |
| double | energy_savings = 0 |
| Total energy savings \([\unit{MMBtu/yr}]\). | |
| double | cost_savings = 0 |
| Total cost savings \([\unit{USD/yr}]\). | |
| double | hourly_savings = 0 |
| Hourly energy savings \([\unit{MMBtu/hr}]\). | |
| double | pri_excess_air = 0 |
| Primary excess air (fraction) | |
| double | pri_available_heat = 0 |
| Primary available heat (fraction) | |
| double | sec_excess_air = 0 |
| Secondary excess air (fraction) | |
| double | sec_available_heat = 0 |
| Secondary available heat (fraction) | |
Contains all output values from the cascade heat recovery calculation.
Definition at line 28 of file cascade_heat_high_to_low.h.
| double cascade_heat_high_to_low::CascadeHeatHighToLowResults::cost_savings = 0 |
Definition at line 34 of file cascade_heat_high_to_low.h.
| double cascade_heat_high_to_low::CascadeHeatHighToLowResults::eff_op_hours = 0 |
Definition at line 32 of file cascade_heat_high_to_low.h.
| double cascade_heat_high_to_low::CascadeHeatHighToLowResults::energy_savings = 0 |
Definition at line 33 of file cascade_heat_high_to_low.h.
| double cascade_heat_high_to_low::CascadeHeatHighToLowResults::eq_energy_supply = 0 |
Definition at line 31 of file cascade_heat_high_to_low.h.
| double cascade_heat_high_to_low::CascadeHeatHighToLowResults::hourly_savings = 0 |
Definition at line 35 of file cascade_heat_high_to_low.h.
| double cascade_heat_high_to_low::CascadeHeatHighToLowResults::hx_energy_rate = 0 |
Definition at line 30 of file cascade_heat_high_to_low.h.
| double cascade_heat_high_to_low::CascadeHeatHighToLowResults::pri_available_heat = 0 |
Definition at line 37 of file cascade_heat_high_to_low.h.
| double cascade_heat_high_to_low::CascadeHeatHighToLowResults::pri_excess_air = 0 |
Definition at line 36 of file cascade_heat_high_to_low.h.
| double cascade_heat_high_to_low::CascadeHeatHighToLowResults::pri_flue_volume = 0 |
Definition at line 29 of file cascade_heat_high_to_low.h.
| double cascade_heat_high_to_low::CascadeHeatHighToLowResults::sec_available_heat = 0 |
Definition at line 39 of file cascade_heat_high_to_low.h.
| double cascade_heat_high_to_low::CascadeHeatHighToLowResults::sec_excess_air = 0 |
Definition at line 38 of file cascade_heat_high_to_low.h.