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
Public Attributes | List of all members
insulated_tank_reduction::InsulatedTankOutput Struct Reference

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}]\).
 

Detailed Description

Definition at line 55 of file insulated_tank_reduction.h.

Member Data Documentation

◆ annual_heat_loss

double insulated_tank_reduction::InsulatedTankOutput::annual_heat_loss = 0.0

Definition at line 57 of file insulated_tank_reduction.h.

◆ heat_loss

double insulated_tank_reduction::InsulatedTankOutput::heat_loss = 0.0

Definition at line 56 of file insulated_tank_reduction.h.


The documentation for this struct was generated from the following file: