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_cooling_heat_loss.h
Go to the documentation of this file.
1#pragma once
2
17
30double totalHeatLoss(double flowRate, double initialTemperature, double outletTemperature, double correctionFactor);
31}// namespace water_cooling_heat_loss
double totalHeatLoss(double flowRate, double initialTemperature, double outletTemperature, double correctionFactor)
Calculates the total heat loss due to water cooling in process heating equipment.
Calculates heat loss due to water cooling in process heating equipment.