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
water_heating_using_steam.h
Go to the documentation of this file.
1#pragma once
15
35
54 double pressure_steam_in,
55 double flow_steam_rate,
56 double temperature_water_in,
57 double pressure_water_out,
58 double flow_water_rate,
59 double temp_makeup_water,
60 double pres_makeup_water,
61 double eff_water_heater,
62 double eff_boiler,
63 double operating_hours
64);
65
66} // namespace water_heating_using_steam
67
WaterHeatingUsingSteamResults 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.
Water heating using vent steam calculations for process heating systems.
Results of the water heating using steam calculation.
bool bp_temp_warning_flag
Warning if outlet water at/above boiling point.