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
air_water_cooling_using_flue.h
Go to the documentation of this file.
1
2#pragma once
17
35
53 const gas_composition::GasComposition& gas_compositions,
54 double heat_input,
55 double temp_flue_gas_in,
56 double temp_flue_gas_out,
57 double temp_comb_air,
58 double fuel_temp,
59 double perc_o2,
60 double ambient_air_temp = 60,
61 double moist_comb_air = 0
62);
63
64} // namespace air_water_cooling_using_flue
Represents a fuel gas mixture and its properties for process heat calculations.
AirWaterCoolingUsingFlueResults airWaterCoolingUsingFlue(const gas_composition::GasComposition &gas_compositions, double heat_input, double temp_flue_gas_in, double temp_flue_gas_out, double temp_comb_air, double fuel_temp, double perc_o2, double ambient_air_temp=60, double moist_comb_air=0)
Calculates heat recovery using flue gas and condensing heat exchanger.
Air/water cooling using flue gas calculations for condensing heat exchangers.
Results of the air/water cooling using flue calculation.
double available_heat_fraction
Fraction of heat available (sensible only) .
double total_available_heat_fraction
Fraction of heat available (sensible + latent) .
double latent_heat_fraction
Fraction of heat available due to latent heat .