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
pipe_sizing::Input Struct Reference

Input parameters for the pipe sizing calculation. More...

#include <pipe_sizing.h>

Public Attributes

double airflow = 0.0
 Volumetric free-air flow rate \([\unit{\cubicFoot\per\minute}]\).
 
double airline_pressure = 0.0
 Operating gauge pressure in the pipe \([\unit{\psig}]\).
 
double design_velocity = 0.0
 Maximum allowable compressed-air velocity \([\unit{\foot\per\second}]\).
 
double atmospheric_pressure = physics::us::kAtmosphericPressurePsi
 Local atmospheric pressure \([\unit{\psia}]\).
 

Detailed Description

Definition at line 56 of file pipe_sizing.h.

Member Data Documentation

◆ airflow

double pipe_sizing::Input::airflow = 0.0

Definition at line 57 of file pipe_sizing.h.

◆ airline_pressure

double pipe_sizing::Input::airline_pressure = 0.0

Definition at line 58 of file pipe_sizing.h.

◆ atmospheric_pressure

double pipe_sizing::Input::atmospheric_pressure = physics::us::kAtmosphericPressurePsi

Definition at line 60 of file pipe_sizing.h.

◆ design_velocity

double pipe_sizing::Input::design_velocity = 0.0

Definition at line 59 of file pipe_sizing.h.


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