Definition at line 18 of file PneumaticValve.h.
◆ PneumaticValve() [1/2]
PneumaticValve::PneumaticValve |
( |
double |
inletPressure, |
|
|
double |
outletPressure |
|
) |
| |
|
inline |
Constructor for PneumaticValve - Can be used for finding flow rate for a pipe with flow coefficient Cv = 1
- Parameters
-
inletPressure | double, psi |
outletPressure | double, psi |
Definition at line 25 of file PneumaticValve.h.
◆ PneumaticValve() [2/2]
PneumaticValve::PneumaticValve |
( |
double |
inletPressure, |
|
|
double |
outletPressure, |
|
|
double |
flowRate |
|
) |
| |
|
inline |
Constructor for PneumaticValve - used for finding the flow coefficient (Cv) when the flow rate is known
- Parameters
-
inletPressure | double, psi |
outletPressure | double, psi |
flowRate | double, scfm |
Definition at line 36 of file PneumaticValve.h.
◆ calculate()
double PneumaticValve::calculate |
( |
| ) |
|
|
inline |
- Returns
- flowRate or flow coefficient depending on which constructor was used
Definition at line 42 of file PneumaticValve.h.
◆ flowRate
double PneumaticValve::flowRate |
|
private |
◆ flowRateKnown
bool PneumaticValve::flowRateKnown |
|
private |
◆ inletPressure
double PneumaticValve::inletPressure |
|
private |
◆ outletPressure
double PneumaticValve::outletPressure |
|
private |
The documentation for this class was generated from the following file: