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

Input parameters for the Metered 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}]\).
 
double metered_flow_control = 0.0
 Metering valve (needle valve) flow rate \([\unit{\cubicFoot\per\minute}]\).
 

Detailed Description

Definition at line 200 of file receiver_tank.h.

Member Data Documentation

◆ air_flow_requirement

double receiver_tank::MeteredStorageInput::air_flow_requirement = 0.0

Definition at line 202 of file receiver_tank.h.

◆ atmospheric_pressure

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

Definition at line 203 of file receiver_tank.h.

◆ final_tank_pressure

double receiver_tank::MeteredStorageInput::final_tank_pressure = 0.0

Definition at line 205 of file receiver_tank.h.

◆ initial_tank_pressure

double receiver_tank::MeteredStorageInput::initial_tank_pressure = 0.0

Definition at line 204 of file receiver_tank.h.

◆ length_of_demand

double receiver_tank::MeteredStorageInput::length_of_demand = 0.0

Definition at line 201 of file receiver_tank.h.

◆ metered_flow_control

double receiver_tank::MeteredStorageInput::metered_flow_control = 0.0

Definition at line 206 of file receiver_tank.h.


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