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
o2_enrichment::O2EnrichmentResults Struct Reference

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}]\).
 

Detailed Description

Contains all output values from the O2 enrichment calculation.

Definition at line 15 of file o2_enrichment.h.

Member Data Documentation

◆ air_correction

double o2_enrichment::O2EnrichmentResults::air_correction = 0

Definition at line 22 of file o2_enrichment.h.

◆ air_specific_heat

double o2_enrichment::O2EnrichmentResults::air_specific_heat = 0

Definition at line 20 of file o2_enrichment.h.

◆ available_heat

double o2_enrichment::O2EnrichmentResults::available_heat = 0

Definition at line 28 of file o2_enrichment.h.

◆ available_heat_enriched

double o2_enrichment::O2EnrichmentResults::available_heat_enriched = 0

Definition at line 29 of file o2_enrichment.h.

◆ combustion_air_correction

double o2_enrichment::O2EnrichmentResults::combustion_air_correction = 0

Definition at line 24 of file o2_enrichment.h.

◆ combustion_air_correction_enriched

double o2_enrichment::O2EnrichmentResults::combustion_air_correction_enriched = 0

Definition at line 25 of file o2_enrichment.h.

◆ enriched_air_correction

double o2_enrichment::O2EnrichmentResults::enriched_air_correction = 0

Definition at line 23 of file o2_enrichment.h.

◆ enriched_air_specific_heat

double o2_enrichment::O2EnrichmentResults::enriched_air_specific_heat = 0

Definition at line 21 of file o2_enrichment.h.

◆ excess_air

double o2_enrichment::O2EnrichmentResults::excess_air = 0

Definition at line 16 of file o2_enrichment.h.

◆ excess_air_enriched

double o2_enrichment::O2EnrichmentResults::excess_air_enriched = 0

Definition at line 17 of file o2_enrichment.h.

◆ fuel_consumption_enriched

double o2_enrichment::O2EnrichmentResults::fuel_consumption_enriched = 0

Definition at line 30 of file o2_enrichment.h.

◆ fuel_savings_enriched

double o2_enrichment::O2EnrichmentResults::fuel_savings_enriched = 0

Definition at line 31 of file o2_enrichment.h.

◆ heat_input

double o2_enrichment::O2EnrichmentResults::heat_input = 0

Definition at line 18 of file o2_enrichment.h.

◆ heat_input_enriched

double o2_enrichment::O2EnrichmentResults::heat_input_enriched = 0

Definition at line 19 of file o2_enrichment.h.

◆ std_available_heat

double o2_enrichment::O2EnrichmentResults::std_available_heat = 0

Definition at line 26 of file o2_enrichment.h.

◆ std_available_heat_enriched

double o2_enrichment::O2EnrichmentResults::std_available_heat_enriched = 0

Definition at line 27 of file o2_enrichment.h.


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