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
fixture_heat_loss.h
Go to the documentation of this file.
1#pragma once
2
16namespace fixture_heat_loss {
17
33double totalHeatLoss(double specific_heat, double feed_rate, double initial_temperature, double final_temperature,
34 double correction_factor);
35
36} // namespace fixture_heat_loss
double totalHeatLoss(double specific_heat, double feed_rate, double initial_temperature, double final_temperature, double correction_factor)
Calculates the total heat loss from fixtures, trays, or conveyors.
Calculates heat losses from fixtures, trays, and conveyors in process heating equipment.