|
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 Bridging Compressor Reaction Delay sizing method. More...
#include <receiver_tank.h>
Public Attributes | |
| double | distance_to_compressor_room = 0.0 |
| Distance from demand event to compressor room \([\unit{\foot}]\). | |
| double | speed_of_air = 0.0 |
| Speed of compressed air in the distribution piping \([\unit{\foot\per\second}]\). | |
| double | atmospheric_pressure = physics::us::kAtmosphericPressurePsi |
| Local atmospheric pressure \([\unit{\psi}]\). | |
| double | air_demand_cfm = 0.0 |
| Air demand at the event location \([\unit{\cubicFoot\per\minute}]\). | |
| double | allowable_pressure_drop = 0.0 |
| Tolerable pressure drop at the event \([\unit{\psi}]\). | |
Definition at line 268 of file receiver_tank.h.
| double receiver_tank::BridgingInput::air_demand_cfm = 0.0 |
Definition at line 272 of file receiver_tank.h.
| double receiver_tank::BridgingInput::allowable_pressure_drop = 0.0 |
Definition at line 273 of file receiver_tank.h.
| double receiver_tank::BridgingInput::atmospheric_pressure = physics::us::kAtmosphericPressurePsi |
Definition at line 271 of file receiver_tank.h.
| double receiver_tank::BridgingInput::distance_to_compressor_room = 0.0 |
Definition at line 269 of file receiver_tank.h.
| double receiver_tank::BridgingInput::speed_of_air = 0.0 |
Definition at line 270 of file receiver_tank.h.