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
Classes | Namespaces | Functions
air_water_cooling_using_flue.h File Reference

Air/water cooling using flue gas calculations for condensing heat exchangers. More...

#include "physics/gas_composition.h"

Go to the source code of this file.

Classes

struct  air_water_cooling_using_flue::AirWaterCoolingUsingFlueResults
 Results of the air/water cooling using flue calculation. More...
 

Namespaces

namespace  air_water_cooling_using_flue
 Air/water cooling using flue gas calculations for condensing heat exchangers.
 

Functions

AirWaterCoolingUsingFlueResults air_water_cooling_using_flue::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.