|
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.
|
Calculates the total heat loss for flue gas using the provided parameters. More...
#include <gas_flue_gas_material.h>
Public Attributes | |
| double | stoich_air |
| double | excess_air |
| double | available_heat |
| double | specific_heat |
| double | total_generated |
| double | heat_value_fuel |
| double | flue_gas_o2 |
| [in] | stoich_air | Stoichiometric air required for complete combustion (SCF air/SCF fuel) |
| [in] | excess_air | Percent Excess Air (e.g. 9 for 9%) \([\unit{\unitless}]\) |
| [in] | available_heat | Available heat from combustion \([\unit{\btu\per\hour}]\) |
| [in] | specific_heat | Specific heat of the gas \([\unit{\btu\per\hour\per\degreeFahrenheit}]\) |
| [in] | total_generated | Total mass generated \([\unit{\pound\per\hour}]\) |
| [in] | heat_value_fuel | Heating value of the fuel gas mixture \([\unit{\btu\per\hour}]\) |
| [in] | flue_gas_o2 | Oxygen in flue gas \([\unit{\percent}]\) |
Definition at line 31 of file gas_flue_gas_material.h.
| double gas_flue_gas_material::ProcessHeatProperties::available_heat |
Definition at line 34 of file gas_flue_gas_material.h.
| double gas_flue_gas_material::ProcessHeatProperties::excess_air |
Definition at line 33 of file gas_flue_gas_material.h.
| double gas_flue_gas_material::ProcessHeatProperties::flue_gas_o2 |
Definition at line 38 of file gas_flue_gas_material.h.
| double gas_flue_gas_material::ProcessHeatProperties::heat_value_fuel |
Definition at line 37 of file gas_flue_gas_material.h.
| double gas_flue_gas_material::ProcessHeatProperties::specific_heat |
Definition at line 35 of file gas_flue_gas_material.h.
| double gas_flue_gas_material::ProcessHeatProperties::stoich_air |
Definition at line 32 of file gas_flue_gas_material.h.
| double gas_flue_gas_material::ProcessHeatProperties::total_generated |
Definition at line 36 of file gas_flue_gas_material.h.