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_exhaust.h
Go to the documentation of this file.
1
2#pragma once
3
17
31
48 double available_heat,
49 double heat_input,
50 double hx_efficiency,
51 double chiller_in_temperature,
52 double chiller_out_temperature,
53 double cop_chiller,
54 double chiller_efficiency,
55 double cop_compressor
56);
57
58} // namespace water_heating_using_exhaust
59
WaterHeatingUsingExhaustResults waterHeatingUsingExhaust(double available_heat, double heat_input, double hx_efficiency, double chiller_in_temperature, double chiller_out_temperature, double cop_chiller, double chiller_efficiency, double cop_compressor)
Calculates energy savings from using exhaust gas (waste) heat to provide energy for an absorption chi...
Water heating using exhaust calculations for process heating systems.
Results of the water heating using exhaust calculation.