|
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 pipe heat loss calculation. More...
#include <insulated_pipe_reduction.h>
Public Attributes | |
| double | heat_loss_per_length = 0.0 |
| Converged heat loss per unit length \([\unit{\watt\per\meter}]\). | |
| double | annual_heat_loss = 0.0 |
| Annual heat loss for the full pipe \([\unit{\watt\hour\per\year}]\). | |
Definition at line 55 of file insulated_pipe_reduction.h.
| double insulated_pipe_reduction::InsulatedPipeOutput::annual_heat_loss = 0.0 |
Definition at line 57 of file insulated_pipe_reduction.h.
| double insulated_pipe_reduction::InsulatedPipeOutput::heat_loss_per_length = 0.0 |
Definition at line 56 of file insulated_pipe_reduction.h.