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 | Enumerations | Functions
water_heating_using_flue Namespace Reference

Water heating using flue calculations for process heating systems.

Classes

struct  WaterHeatingUsingFlueResults
 Results of the water heating using flue calculation. More...
 

Enumerations

enum class  SteamCondition { Superheated , Saturated }
 

Functions

WaterHeatingUsingFlueResults waterHeatingUsingFlue (const gas_composition::GasComposition &gas_compositions, double temp_flue_gas_f, double perc_o2, double temp_comb_air_f, double moist_comb_air, double rating_boiler, double pr_steam, double temp_ambient_air_f, double temp_steam_f, double temp_fw, double perc_blow_down, double eff_hx, double op_hours, double cost_fuel, double hhv_fuel, SteamCondition cond_steam=SteamCondition::Superheated, double fuel_temp_f=60)
 Calculates energy and cost savings from using flue gas (waste) heat to heat boiler feed water using a non-condensing heat exchanger.
 

Enumeration Type Documentation

◆ SteamCondition

enum class water_heating_using_flue::SteamCondition
strong

Definition at line 16 of file water_heating_using_flue.h.