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
atmosphere_heat_loss.h
Go to the documentation of this file.
1#pragma once
10#include <string>
11#include <vector>
12
18namespace atmosphere_heat_loss {
19
33double totalHeatLoss(double flow_rate, double specific_heat, double inlet_temperature, double outlet_temperature,
34 double correction_factor);
35
36} // namespace atmosphere_heat_loss
double totalHeatLoss(double flow_rate, double specific_heat, double inlet_temperature, double outlet_temperature, double correction_factor)
Calculates the total heat loss from escaping atmospheric gas.
Calculates heat losses from escaping atmospheric gases in process heating equipment.