|
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.
|
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}]\). | |
Definition at line 200 of file receiver_tank.h.
| double receiver_tank::MeteredStorageInput::air_flow_requirement = 0.0 |
Definition at line 202 of file receiver_tank.h.
| double receiver_tank::MeteredStorageInput::atmospheric_pressure = physics::us::kAtmosphericPressurePsi |
Definition at line 203 of file receiver_tank.h.
| double receiver_tank::MeteredStorageInput::final_tank_pressure = 0.0 |
Definition at line 205 of file receiver_tank.h.
| double receiver_tank::MeteredStorageInput::initial_tank_pressure = 0.0 |
Definition at line 204 of file receiver_tank.h.
| double receiver_tank::MeteredStorageInput::length_of_demand = 0.0 |
Definition at line 201 of file receiver_tank.h.
| double receiver_tank::MeteredStorageInput::metered_flow_control = 0.0 |
Definition at line 206 of file receiver_tank.h.