|
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.
|
Output results for the insulated tank heat loss calculation. More...
#include <insulated_tank_reduction.h>
Public Attributes | |
| double | heat_loss = 0.0 |
| Instantaneous heat loss (scaled) \([\unit{\btu\per\hour per 10^5}]\). | |
| double | annual_heat_loss = 0.0 |
| Annual heat loss (scaled, efficiency-adjusted) \([\unit{\btu per 10^6}]\). | |
Definition at line 55 of file insulated_tank_reduction.h.
| double insulated_tank_reduction::InsulatedTankOutput::annual_heat_loss = 0.0 |
Definition at line 57 of file insulated_tank_reduction.h.
| double insulated_tank_reduction::InsulatedTankOutput::heat_loss = 0.0 |
Definition at line 56 of file insulated_tank_reduction.h.