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
liquid_cooling_heat_loss.h
Go to the documentation of this file.
1
2#pragma once
3
18
33double totalHeatLoss(double flow_rate, double density, double initial_temperature, double outlet_temperature, double specific_heat, double correction_factor);
34
35} // namespace liquid_cooling_heat_loss
double totalHeatLoss(double flow_rate, double density, double initial_temperature, double outlet_temperature, double specific_heat, double correction_factor)
Calculates the total heat loss due to liquid cooling in process heating equipment.
Calculates heat loss due to liquid cooling in process heating equipment.