|
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.
|
Contains functions for flue gas material calculations.
Classes | |
| struct | ProcessHeatProperties |
| Calculates the total heat loss for flue gas using the provided parameters. More... | |
Functions | |
| ProcessHeatProperties | processHeatProperties (const GasComposition compositions, const double flue_gas_temp, const double flue_gas_o2, const double comb_air_temp, const double fuel_temp, const double ambient_air_temp=60, const double comb_air_moisture=0, const double excess_air=0) |
| Calculates process heat properties for the fuel gas mixture and operating conditions. | |
| double | totalHeatLoss (double flue_gas_temperature, double excess_air_percentage, double combustion_air_temperature, const GasComposition &compositions, double fuel_temperature) |
| Calculates the total heat loss for flue gas using the provided parameters. | |