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
water_heating_using_steam.h File Reference

Water heating using vent steam calculations for process heating systems. More...

Go to the source code of this file.

Classes

struct  water_heating_using_steam::WaterHeatingUsingSteamResults
 Results of the water heating using steam calculation. More...
 

Namespaces

namespace  water_heating_using_steam
 Water heating using vent steam calculations for process heating systems.
 

Functions

WaterHeatingUsingSteamResults water_heating_using_steam::waterHeatingUsingSteam (double pressure_steam_in, double flow_steam_rate, double temperature_water_in, double pressure_water_out, double flow_water_rate, double temp_makeup_water, double pres_makeup_water, double eff_water_heater, double eff_boiler, double operating_hours)
 Calculates energy savings from using vent steam to heat water using a steam to liquid heat exchanger.