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
gas_flue_gas_material::ProcessHeatProperties Struct Reference

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
 

Detailed Description

Parameters
[in]stoich_airStoichiometric air required for complete combustion (SCF air/SCF fuel)
[in]excess_airPercent Excess Air (e.g. 9 for 9%) \([\unit{\unitless}]\)
[in]available_heatAvailable heat from combustion \([\unit{\btu\per\hour}]\)
[in]specific_heatSpecific heat of the gas \([\unit{\btu\per\hour\per\degreeFahrenheit}]\)
[in]total_generatedTotal mass generated \([\unit{\pound\per\hour}]\)
[in]heat_value_fuelHeating value of the fuel gas mixture \([\unit{\btu\per\hour}]\)
[in]flue_gas_o2Oxygen in flue gas \([\unit{\percent}]\)

Definition at line 31 of file gas_flue_gas_material.h.

Member Data Documentation

◆ available_heat

double gas_flue_gas_material::ProcessHeatProperties::available_heat

Definition at line 34 of file gas_flue_gas_material.h.

◆ excess_air

double gas_flue_gas_material::ProcessHeatProperties::excess_air

Definition at line 33 of file gas_flue_gas_material.h.

◆ flue_gas_o2

double gas_flue_gas_material::ProcessHeatProperties::flue_gas_o2

Definition at line 38 of file gas_flue_gas_material.h.

◆ heat_value_fuel

double gas_flue_gas_material::ProcessHeatProperties::heat_value_fuel

Definition at line 37 of file gas_flue_gas_material.h.

◆ specific_heat

double gas_flue_gas_material::ProcessHeatProperties::specific_heat

Definition at line 35 of file gas_flue_gas_material.h.

◆ stoich_air

double gas_flue_gas_material::ProcessHeatProperties::stoich_air

Definition at line 32 of file gas_flue_gas_material.h.

◆ total_generated

double gas_flue_gas_material::ProcessHeatProperties::total_generated

Definition at line 36 of file gas_flue_gas_material.h.


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