|
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 process heat efficiency improvement calculation. More...
#include <process_heat_efficiency_improvement.h>
Public Attributes | |
| double | current_excess_air = 0.0 |
| Current excess air as %. | |
| double | new_excess_air = 0.0 |
| New excess air as %. | |
| double | current_heat_input = 0.0 |
| Current heat input as %. | |
| double | new_heat_input = 0.0 |
| New heat input as %. | |
| double | current_air_specific_heat = 0.0 |
| Current specific heat of air in Btu/(lb*°F) | |
| double | new_air_specific_heat = 0.0 |
| New specific heat of air in Btu/(lb*°F) | |
| double | current_air_correction = 0.0 |
| Current air correction as % of HHV. | |
| double | new_air_correction = 0.0 |
| New air correction as % of HHV. | |
| double | current_combustion_air_correction = 0.0 |
| Current combustion air correction as % of HHV. | |
| double | new_combustion_air_correction = 0.0 |
| New combustion air correction as % of HHV. | |
| double | current_available_heat = 0.0 |
| Current available heat as % of HHV. | |
| double | new_available_heat = 0.0 |
| New available heat as % of HHV. | |
| double | new_fuel_savings = 0.0 |
| New fuel savings as %. | |
| double | new_energy_input = 0.0 |
| New energy input in MM Btu/hr. | |
Contains all output values from the efficiency improvement calculation.
Definition at line 23 of file process_heat_efficiency_improvement.h.
| double process_heat_efficiency_improvement::ProcessHeatEfficiencyImprovementResults::current_air_correction = 0.0 |
Definition at line 30 of file process_heat_efficiency_improvement.h.
| double process_heat_efficiency_improvement::ProcessHeatEfficiencyImprovementResults::current_air_specific_heat = 0.0 |
Definition at line 28 of file process_heat_efficiency_improvement.h.
| double process_heat_efficiency_improvement::ProcessHeatEfficiencyImprovementResults::current_available_heat = 0.0 |
Definition at line 34 of file process_heat_efficiency_improvement.h.
| double process_heat_efficiency_improvement::ProcessHeatEfficiencyImprovementResults::current_combustion_air_correction = 0.0 |
Definition at line 32 of file process_heat_efficiency_improvement.h.
| double process_heat_efficiency_improvement::ProcessHeatEfficiencyImprovementResults::current_excess_air = 0.0 |
Definition at line 24 of file process_heat_efficiency_improvement.h.
| double process_heat_efficiency_improvement::ProcessHeatEfficiencyImprovementResults::current_heat_input = 0.0 |
Definition at line 26 of file process_heat_efficiency_improvement.h.
| double process_heat_efficiency_improvement::ProcessHeatEfficiencyImprovementResults::new_air_correction = 0.0 |
Definition at line 31 of file process_heat_efficiency_improvement.h.
| double process_heat_efficiency_improvement::ProcessHeatEfficiencyImprovementResults::new_air_specific_heat = 0.0 |
Definition at line 29 of file process_heat_efficiency_improvement.h.
| double process_heat_efficiency_improvement::ProcessHeatEfficiencyImprovementResults::new_available_heat = 0.0 |
Definition at line 35 of file process_heat_efficiency_improvement.h.
| double process_heat_efficiency_improvement::ProcessHeatEfficiencyImprovementResults::new_combustion_air_correction = 0.0 |
Definition at line 33 of file process_heat_efficiency_improvement.h.
| double process_heat_efficiency_improvement::ProcessHeatEfficiencyImprovementResults::new_energy_input = 0.0 |
Definition at line 37 of file process_heat_efficiency_improvement.h.
| double process_heat_efficiency_improvement::ProcessHeatEfficiencyImprovementResults::new_excess_air = 0.0 |
Definition at line 25 of file process_heat_efficiency_improvement.h.
| double process_heat_efficiency_improvement::ProcessHeatEfficiencyImprovementResults::new_fuel_savings = 0.0 |
Definition at line 36 of file process_heat_efficiency_improvement.h.
| double process_heat_efficiency_improvement::ProcessHeatEfficiencyImprovementResults::new_heat_input = 0.0 |
Definition at line 27 of file process_heat_efficiency_improvement.h.