Definition at line 334 of file CompressedAir.h.
◆ PneumaticValve() [1/6]
Compressor::PneumaticValve::PneumaticValve |
( |
double |
inletPressure, |
|
|
double |
outletPressure |
|
) |
| |
Constructor for Compressor::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 146 of file CompressedAir.cpp.
◆ PneumaticValve() [2/6]
Compressor::PneumaticValve::PneumaticValve |
( |
double |
inletPressure, |
|
|
double |
outletPressure, |
|
|
double |
flowRate |
|
) |
| |
Constructor for Compressor::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 152 of file CompressedAir.cpp.
◆ PneumaticValve() [3/6]
Compressor::PneumaticValve::PneumaticValve |
( |
double |
inletPressure, |
|
|
double |
outletPressure |
|
) |
| |
Constructor for Compressor::PneumaticValve - Can be used for finding flow rate for a pipe with flow coefficient Cv = 1
- Parameters
-
inletPressure | double, psi |
outletPressure | double, psi |
◆ PneumaticValve() [4/6]
Compressor::PneumaticValve::PneumaticValve |
( |
double |
inletPressure, |
|
|
double |
outletPressure, |
|
|
double |
flowRate |
|
) |
| |
Constructor for Compressor::PneumaticValve - used for finding the flow coefficient (Cv) when the flow rate is known
- Parameters
-
inletPressure | double, psi |
outletPressure | double, psi |
flowRate | double, scfm |
◆ PneumaticValve() [5/6]
Compressor::PneumaticValve::PneumaticValve |
( |
double |
inletPressure, |
|
|
double |
outletPressure |
|
) |
| |
Constructor for Compressor::PneumaticValve - Can be used for finding flow rate for a pipe with flow coefficient Cv = 1
- Parameters
-
inletPressure | double, psi |
outletPressure | double, psi |
◆ PneumaticValve() [6/6]
Compressor::PneumaticValve::PneumaticValve |
( |
double |
inletPressure, |
|
|
double |
outletPressure, |
|
|
double |
flowRate |
|
) |
| |
Constructor for Compressor::PneumaticValve - used for finding the flow coefficient (Cv) when the flow rate is known
- Parameters
-
inletPressure | double, psi |
outletPressure | double, psi |
flowRate | double, scfm |
◆ calculate() [1/3]
double Compressor::PneumaticValve::calculate |
( |
| ) |
|
- Returns
- flowRate or flow coefficient depending on which constructor was used
Definition at line 156 of file CompressedAir.cpp.
◆ calculate() [2/3]
double Compressor::PneumaticValve::calculate |
( |
| ) |
|
- Returns
- flowRate or flow coefficient depending on which constructor was used
◆ calculate() [3/3]
double Compressor::PneumaticValve::calculate |
( |
| ) |
|
- Returns
- flowRate or flow coefficient depending on which constructor was used
The documentation for this class was generated from the following files: