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 Member Functions | Public Attributes | List of all members
GasCompositions::ProcessHeatPropertiesResults Struct Reference

Public Member Functions

 ProcessHeatPropertiesResults (double stoichAir, double excessAir, double availableHeat, double specificHeat, double density, double heatValueFuel, double flueGasO2)
 

Public Attributes

double stoichAir = 0
 
double excessAir = 0
 
double availableHeat = 0
 
double specificHeat = 0
 
double density = 0
 
double heatValueFuel = 0
 
double flueGasO2 = 0
 

Detailed Description

Definition at line 69 of file gas_flue_gas_material.h.

Constructor & Destructor Documentation

◆ ProcessHeatPropertiesResults()

GasCompositions::ProcessHeatPropertiesResults::ProcessHeatPropertiesResults ( double  stoichAir,
double  excessAir,
double  availableHeat,
double  specificHeat,
double  density,
double  heatValueFuel,
double  flueGasO2 
)
inline

Definition at line 70 of file gas_flue_gas_material.h.

Member Data Documentation

◆ availableHeat

double GasCompositions::ProcessHeatPropertiesResults::availableHeat = 0

Definition at line 76 of file gas_flue_gas_material.h.

◆ density

double GasCompositions::ProcessHeatPropertiesResults::density = 0

Definition at line 76 of file gas_flue_gas_material.h.

◆ excessAir

double GasCompositions::ProcessHeatPropertiesResults::excessAir = 0

Definition at line 76 of file gas_flue_gas_material.h.

◆ flueGasO2

double GasCompositions::ProcessHeatPropertiesResults::flueGasO2 = 0

Definition at line 77 of file gas_flue_gas_material.h.

◆ heatValueFuel

double GasCompositions::ProcessHeatPropertiesResults::heatValueFuel = 0

Definition at line 76 of file gas_flue_gas_material.h.

◆ specificHeat

double GasCompositions::ProcessHeatPropertiesResults::specificHeat = 0

Definition at line 76 of file gas_flue_gas_material.h.

◆ stoichAir

double GasCompositions::ProcessHeatPropertiesResults::stoichAir = 0

Definition at line 76 of file gas_flue_gas_material.h.


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