|
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 flow rate calculation (Cv = 1). More...
#include <pneumatic_valve.h>
Public Attributes | |
| double | inlet_pressure = 0.0 |
| Inlet (upstream) absolute pressure \([\unit{\psia}]\). | |
| double | outlet_pressure = 0.0 |
| Outlet (downstream) absolute pressure \([\unit{\psia}]\). | |
Definition at line 56 of file pneumatic_valve.h.
| double pneumatic_valve::FlowRateInput::inlet_pressure = 0.0 |
Definition at line 57 of file pneumatic_valve.h.
| double pneumatic_valve::FlowRateInput::outlet_pressure = 0.0 |
Definition at line 58 of file pneumatic_valve.h.