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
receiver_tank::MeteredStorageResult Struct Reference

Result of the Metered Storage sizing calculation. More...

#include <receiver_tank.h>

Public Attributes

double tank_size = 0.0
 Required receiver tank size \([\unit{\gallon}]\).
 
double refill_time = 0.0
 Time to refill the tank after a demand event \([\unit{\second}]\).
 

Detailed Description

Definition at line 214 of file receiver_tank.h.

Member Data Documentation

◆ refill_time

double receiver_tank::MeteredStorageResult::refill_time = 0.0

Definition at line 216 of file receiver_tank.h.

◆ tank_size

double receiver_tank::MeteredStorageResult::tank_size = 0.0

Definition at line 215 of file receiver_tank.h.


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