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
slag_other_material_heat_loss.h
Go to the documentation of this file.
1#pragma once
2
17
33double totalHeatLoss(double weight, double inlet_temperature, double outlet_temperature, double specific_heat,
34 double correction_factor);
35
36} // namespace slag_other_material_heat_loss
double totalHeatLoss(double weight, double inlet_temperature, double outlet_temperature, double specific_heat, double correction_factor)
Calculates the total heat required for slag or other material losses.
Calculates heat losses from slag and other waste materials in process heating equipment.