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

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}]\).
 

Detailed Description

Definition at line 268 of file receiver_tank.h.

Member Data Documentation

◆ air_demand_cfm

double receiver_tank::BridgingInput::air_demand_cfm = 0.0

Definition at line 272 of file receiver_tank.h.

◆ allowable_pressure_drop

double receiver_tank::BridgingInput::allowable_pressure_drop = 0.0

Definition at line 273 of file receiver_tank.h.

◆ atmospheric_pressure

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

Definition at line 271 of file receiver_tank.h.

◆ distance_to_compressor_room

double receiver_tank::BridgingInput::distance_to_compressor_room = 0.0

Definition at line 269 of file receiver_tank.h.

◆ speed_of_air

double receiver_tank::BridgingInput::speed_of_air = 0.0

Definition at line 270 of file receiver_tank.h.


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