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
include
processHeat
losses
gas_cooling_heat_loss.h
Go to the documentation of this file.
1
2
#pragma once
3
17
namespace
gas_cooling_heat_loss
{
18
33
double
totalHeatLoss
(
double
flow_rate,
double
initial_temperature,
double
final_temperature,
double
specific_heat,
double
correction_factor,
double
gas_density);
34
35
}
// namespace gas_cooling_heat_loss
gas_cooling_heat_loss::totalHeatLoss
double totalHeatLoss(double flow_rate, double initial_temperature, double final_temperature, double specific_heat, double correction_factor, double gas_density)
Calculates the total heat loss due to gas (including air) cooling in process heating equipment.
gas_cooling_heat_loss
Calculates heat loss due to gas (including air) cooling in process heating equipment.
Generated by
1.9.8