|
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 O2 enrichment calculation. More...
#include <o2_enrichment.h>
Public Attributes | |
| double | excess_air = 0 |
| Excess air (fraction) | |
| double | excess_air_enriched = 0 |
| Excess air with O2 enrichment (fraction) | |
| double | heat_input = 0 |
| Heat input \([\unit{percent}]\). | |
| double | heat_input_enriched = 0 |
| Heat input with O2 enrichment \([\unit{percent}]\). | |
| double | air_specific_heat = 0 |
| Air specific heat \([\unit{Btu/(lb\cdot\degreeFahrenheit)}]\). | |
| double | enriched_air_specific_heat = 0 |
| Enriched air specific heat \([\unit{Btu/(lb\cdot\degreeFahrenheit)}]\). | |
| double | air_correction = 0 |
| Air correction \([\unit{percent}]\). | |
| double | enriched_air_correction = 0 |
| Enriched air correction \([\unit{Btu}]\). | |
| double | combustion_air_correction = 0 |
| Combustion air correction \([\unit{percent}]\). | |
| double | combustion_air_correction_enriched = 0 |
| Combustion air correction with O2 enrichment \([\unit{percent}]\). | |
| double | std_available_heat = 0 |
| Standard available heat (fraction) | |
| double | std_available_heat_enriched = 0 |
| Standard available heat with O2 enrichment (fraction) | |
| double | available_heat = 0 |
| Available heat (fraction) | |
| double | available_heat_enriched = 0 |
| Available heat with O2 enrichment (fraction) | |
| double | fuel_consumption_enriched = 0 |
| Fuel consumption with O2 enrichment \([\unit{MMBtu/hr}]\). | |
| double | fuel_savings_enriched = 0 |
| Fuel savings with O2 enrichment \([\unit{percent}]\). | |
Contains all output values from the O2 enrichment calculation.
Definition at line 15 of file o2_enrichment.h.
| double o2_enrichment::O2EnrichmentResults::air_correction = 0 |
Definition at line 22 of file o2_enrichment.h.
| double o2_enrichment::O2EnrichmentResults::air_specific_heat = 0 |
Definition at line 20 of file o2_enrichment.h.
| double o2_enrichment::O2EnrichmentResults::available_heat = 0 |
Definition at line 28 of file o2_enrichment.h.
| double o2_enrichment::O2EnrichmentResults::available_heat_enriched = 0 |
Definition at line 29 of file o2_enrichment.h.
| double o2_enrichment::O2EnrichmentResults::combustion_air_correction = 0 |
Definition at line 24 of file o2_enrichment.h.
| double o2_enrichment::O2EnrichmentResults::combustion_air_correction_enriched = 0 |
Definition at line 25 of file o2_enrichment.h.
| double o2_enrichment::O2EnrichmentResults::enriched_air_correction = 0 |
Definition at line 23 of file o2_enrichment.h.
| double o2_enrichment::O2EnrichmentResults::enriched_air_specific_heat = 0 |
Definition at line 21 of file o2_enrichment.h.
| double o2_enrichment::O2EnrichmentResults::excess_air = 0 |
Definition at line 16 of file o2_enrichment.h.
| double o2_enrichment::O2EnrichmentResults::excess_air_enriched = 0 |
Definition at line 17 of file o2_enrichment.h.
| double o2_enrichment::O2EnrichmentResults::fuel_consumption_enriched = 0 |
Definition at line 30 of file o2_enrichment.h.
| double o2_enrichment::O2EnrichmentResults::fuel_savings_enriched = 0 |
Definition at line 31 of file o2_enrichment.h.
| double o2_enrichment::O2EnrichmentResults::heat_input = 0 |
Definition at line 18 of file o2_enrichment.h.
| double o2_enrichment::O2EnrichmentResults::heat_input_enriched = 0 |
Definition at line 19 of file o2_enrichment.h.
| double o2_enrichment::O2EnrichmentResults::std_available_heat = 0 |
Definition at line 26 of file o2_enrichment.h.
| double o2_enrichment::O2EnrichmentResults::std_available_heat_enriched = 0 |
Definition at line 27 of file o2_enrichment.h.