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::DedicatedStorageInput Struct Reference

Input parameters for the Dedicated Storage sizing method. More...

#include <receiver_tank.h>

Public Attributes

double length_of_demand = 0.0
 Duration of the air demand event \([\unit{\minute}]\).
 
double air_flow_requirement = 0.0
 Required air flow during the demand event \([\unit{\cubicFoot\per\minute}]\).
 
double atmospheric_pressure = physics::us::kAtmosphericPressurePsi
 Local atmospheric pressure \([\unit{\psi}]\).
 
double initial_tank_pressure = 0.0
 Tank pressure before releasing air \([\unit{\psi}]\).
 
double final_tank_pressure = 0.0
 Tank pressure after releasing air \([\unit{\psi}]\).
 

Detailed Description

Definition at line 155 of file receiver_tank.h.

Member Data Documentation

◆ air_flow_requirement

double receiver_tank::DedicatedStorageInput::air_flow_requirement = 0.0

Definition at line 157 of file receiver_tank.h.

◆ atmospheric_pressure

double receiver_tank::DedicatedStorageInput::atmospheric_pressure = physics::us::kAtmosphericPressurePsi

Definition at line 158 of file receiver_tank.h.

◆ final_tank_pressure

double receiver_tank::DedicatedStorageInput::final_tank_pressure = 0.0

Definition at line 160 of file receiver_tank.h.

◆ initial_tank_pressure

double receiver_tank::DedicatedStorageInput::initial_tank_pressure = 0.0

Definition at line 159 of file receiver_tank.h.

◆ length_of_demand

double receiver_tank::DedicatedStorageInput::length_of_demand = 0.0

Definition at line 156 of file receiver_tank.h.


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