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
Functions

Calculates heat losses from process heating equipment openings to the ambient.

Functions

double totalHeatLoss (double area, double emissivity, double insideTemperature, double ambientTemperature, double viewFactor, double percentTimeOpen)
 Calculates the total heat loss for a process heating equipment opening with a given area.
 
double totalHeatLossQuad (double emissivity, double length, double width, double ambientTemperature, double insideTemperature, double percentTimeOpen, double viewFactor)
 Calculates total heat loss for a rectangular opening.
 
double totalHeatLossCircular (double emissivity, double diameter, double ambientTemperature, double insideTemperature, double percentTimeOpen, double viewFactor)
 Calculates total heat loss for a circlular opening.
 
double calculateViewFactorCircular (double thickness, double diameter)
 Calculates the view factor for a circular opening.
 
double calculateViewFactorQuad (double thickness, double length, double height)
 Calculates the view factor for a rectangular opening.