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
Namespaces | Functions
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  wall_heat_loss
 Calculates heat losses from walls of process heating equipment to the ambient.
 

Functions

double wall_heat_loss::totalHeatLoss (double surface_area, double ambient_temperature, double surface_temperature, double wind_speed, double surface_emissivity, double shape_factor, double correction_factor)
 Calculates the total heat loss from a wall to the ambient (convective + radiative).
 
double wall_heat_loss::convectiveHeatLoss (double shape_factor, double wind_speed, double surface_area, double surface_temperature, double ambient_temperature)
 Computes the convective heat loss from the wall to the ambient.
 
double wall_heat_loss::radiativeHeatLoss (double surface_emissivity, double surface_area, double surface_temperature, double ambient_temperature)
 Calculates the radiative heat loss from the wall to the ambient.
 

Detailed Description

Authors
Gina Accawi, Liam White

Calculates heat losses from walls of process heating equipment to the ambient.

Definition in file wall_heat_loss.h.