|
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.
|
Go to the source code of this file.
Namespaces | |
| namespace | opening_heat_loss |
| Calculates heat losses from process heating equipment openings to the ambient. | |
Functions | |
| double | opening_heat_loss::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 | opening_heat_loss::totalHeatLossQuad (double emissivity, double length, double width, double ambientTemperature, double insideTemperature, double percentTimeOpen, double viewFactor) |
| Calculates total heat loss for a rectangular opening. | |
| double | opening_heat_loss::totalHeatLossCircular (double emissivity, double diameter, double ambientTemperature, double insideTemperature, double percentTimeOpen, double viewFactor) |
| Calculates total heat loss for a circlular opening. | |
| double | opening_heat_loss::calculateViewFactorCircular (double thickness, double diameter) |
| Calculates the view factor for a circular opening. | |
| double | opening_heat_loss::calculateViewFactorQuad (double thickness, double length, double height) |
| Calculates the view factor for a rectangular opening. | |
Calculates heat losses from process heating equipment openings to the ambient.
Definition in file opening_heat_loss.h.