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.
Loading...
Searching...
No Matches
Public Attributes | List of all members
cascade_heat_high_to_low::CascadeHeatHighToLowResults Struct Reference

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)
 

Detailed Description

Contains all output values from the cascade heat recovery calculation.

Definition at line 28 of file cascade_heat_high_to_low.h.

Member Data Documentation

◆ cost_savings

double cascade_heat_high_to_low::CascadeHeatHighToLowResults::cost_savings = 0

Definition at line 34 of file cascade_heat_high_to_low.h.

◆ eff_op_hours

double cascade_heat_high_to_low::CascadeHeatHighToLowResults::eff_op_hours = 0

Definition at line 32 of file cascade_heat_high_to_low.h.

◆ energy_savings

double cascade_heat_high_to_low::CascadeHeatHighToLowResults::energy_savings = 0

Definition at line 33 of file cascade_heat_high_to_low.h.

◆ eq_energy_supply

double cascade_heat_high_to_low::CascadeHeatHighToLowResults::eq_energy_supply = 0

Definition at line 31 of file cascade_heat_high_to_low.h.

◆ hourly_savings

double cascade_heat_high_to_low::CascadeHeatHighToLowResults::hourly_savings = 0

Definition at line 35 of file cascade_heat_high_to_low.h.

◆ hx_energy_rate

double cascade_heat_high_to_low::CascadeHeatHighToLowResults::hx_energy_rate = 0

Definition at line 30 of file cascade_heat_high_to_low.h.

◆ pri_available_heat

double cascade_heat_high_to_low::CascadeHeatHighToLowResults::pri_available_heat = 0

Definition at line 37 of file cascade_heat_high_to_low.h.

◆ pri_excess_air

double cascade_heat_high_to_low::CascadeHeatHighToLowResults::pri_excess_air = 0

Definition at line 36 of file cascade_heat_high_to_low.h.

◆ pri_flue_volume

double cascade_heat_high_to_low::CascadeHeatHighToLowResults::pri_flue_volume = 0

Definition at line 29 of file cascade_heat_high_to_low.h.

◆ sec_available_heat

double cascade_heat_high_to_low::CascadeHeatHighToLowResults::sec_available_heat = 0

Definition at line 39 of file cascade_heat_high_to_low.h.

◆ sec_excess_air

double cascade_heat_high_to_low::CascadeHeatHighToLowResults::sec_excess_air = 0

Definition at line 38 of file cascade_heat_high_to_low.h.


The documentation for this struct was generated from the following file: