|
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.
|
#include "physics/gas_composition.h"Go to the source code of this file.
Classes | |
| struct | gas_flue_gas_material::ProcessHeatProperties |
| Calculates the total heat loss for flue gas using the provided parameters. More... | |
Namespaces | |
| namespace | gas_flue_gas_material |
| Contains functions for flue gas material calculations. | |
Functions | |
| ProcessHeatProperties | gas_flue_gas_material::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 | gas_flue_gas_material::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. | |
Contains functions for flue gas material calculations.
Definition in file gas_flue_gas_material.h.