|
enum | PistonType {
SingleActing,
DoubleActing,
SingleActing,
DoubleActing,
SingleActing,
DoubleActing
} |
|
enum | PistonType {
SingleActing,
DoubleActing,
SingleActing,
DoubleActing,
SingleActing,
DoubleActing
} |
|
enum | PistonType {
SingleActing,
DoubleActing,
SingleActing,
DoubleActing,
SingleActing,
DoubleActing
} |
|
|
| PneumaticAirRequirement (PistonType pistonType, double cylinderDiameter, double cylinderStroke, double pistonRodDiameter, double airPressure, double cyclesPerMin) |
|
| PneumaticAirRequirement (PistonType pistonType, double cylinderDiameter, double cylinderStroke, double airPressure, double cyclesPerMin) |
|
Output | calculate () |
|
| PneumaticAirRequirement (PistonType pistonType, double cylinderDiameter, double cylinderStroke, double pistonRodDiameter, double airPressure, double cyclesPerMin) |
|
| PneumaticAirRequirement (PistonType pistonType, double cylinderDiameter, double cylinderStroke, double airPressure, double cyclesPerMin) |
|
Output | calculate () |
|
| PneumaticAirRequirement (PistonType pistonType, double cylinderDiameter, double cylinderStroke, double pistonRodDiameter, double airPressure, double cyclesPerMin) |
|
| PneumaticAirRequirement (PistonType pistonType, double cylinderDiameter, double cylinderStroke, double airPressure, double cyclesPerMin) |
|
Output | calculate () |
|
Definition at line 24 of file CompressedAir.h.
◆ PneumaticAirRequirement() [1/6]
PneumaticAirRequirement::PneumaticAirRequirement |
( |
PistonType |
pistonType, |
|
|
double |
cylinderDiameter, |
|
|
double |
cylinderStroke, |
|
|
double |
pistonRodDiameter, |
|
|
double |
airPressure, |
|
|
double |
cyclesPerMin |
|
) |
| |
Constructor for PneumaticAirRequirement This calculator computes the quantity of air required by a specific single acting or a double acting piston cylinder compressor. The design specs of the compressor are entered in the calculator and the quantity of air needed is generated.
- Parameters
-
pistonType | PistonType, type of Piston, single or double acting - in this case, must be double |
cylinderDiameter | double, Inner diameter of cylinder - inches |
cylinderStroke | double, Distance that the piston can travel inside a cylinder - inches |
pistonRodDiameter | double, Diameter of the piston rod (required only in case of a double acting cylinder) - inches |
airPressure | double, Pressure of the air coming out of the cylinder - psi |
cyclesPerMin | double, Number of cycles (1 cycle is a combination of 2 strokes of a piston) by the crankshaft in a minute - strokes |
Definition at line 6 of file CompressedAir.cpp.
◆ PneumaticAirRequirement() [2/6]
PneumaticAirRequirement::PneumaticAirRequirement |
( |
PistonType |
pistonType, |
|
|
double |
cylinderDiameter, |
|
|
double |
cylinderStroke, |
|
|
double |
airPressure, |
|
|
double |
cyclesPerMin |
|
) |
| |
Constructor for PneumaticAirRequirement This calculator computes the quantity of air required by a specific single acting or a double acting piston cylinder compressor. The design specs of the compressor are entered in the calculator and the quantity of air needed is generated.
- Parameters
-
pistonType | PistonType, type of Piston, single or double acting - in this case, must be single |
cylinderDiameter | double, Inner diameter of cylinder - inches |
cylinderStroke | double, Distance that the piston can travel inside a cylinder - inches |
airPressure | double, Pressure of the air coming out of the cylinder - psi |
cyclesPerMin | double, Number of cycles (1 cycle is a combination of 2 strokes of a piston) by the crankshaft in a minute - strokes |
Definition at line 17 of file CompressedAir.cpp.
◆ PneumaticAirRequirement() [3/6]
PneumaticAirRequirement::PneumaticAirRequirement |
( |
PistonType |
pistonType, |
|
|
double |
cylinderDiameter, |
|
|
double |
cylinderStroke, |
|
|
double |
pistonRodDiameter, |
|
|
double |
airPressure, |
|
|
double |
cyclesPerMin |
|
) |
| |
Constructor for PneumaticAirRequirement This calculator computes the quantity of air required by a specific single acting or a double acting piston cylinder compressor. The design specs of the compressor are entered in the calculator and the quantity of air needed is generated.
- Parameters
-
pistonType | PistonType, type of Piston, single or double acting - in this case, must be double |
cylinderDiameter | double, Inner diameter of cylinder - inches |
cylinderStroke | double, Distance that the piston can travel inside a cylinder - inches |
pistonRodDiameter | double, Diameter of the piston rod (required only in case of a double acting cylinder) - inches |
airPressure | double, Pressure of the air coming out of the cylinder - psi |
cyclesPerMin | double, Number of cycles (1 cycle is a combination of 2 strokes of a piston) by the crankshaft in a minute - strokes |
◆ PneumaticAirRequirement() [4/6]
PneumaticAirRequirement::PneumaticAirRequirement |
( |
PistonType |
pistonType, |
|
|
double |
cylinderDiameter, |
|
|
double |
cylinderStroke, |
|
|
double |
airPressure, |
|
|
double |
cyclesPerMin |
|
) |
| |
Constructor for PneumaticAirRequirement This calculator computes the quantity of air required by a specific single acting or a double acting piston cylinder compressor. The design specs of the compressor are entered in the calculator and the quantity of air needed is generated.
- Parameters
-
pistonType | PistonType, type of Piston, single or double acting - in this case, must be single |
cylinderDiameter | double, Inner diameter of cylinder - inches |
cylinderStroke | double, Distance that the piston can travel inside a cylinder - inches |
airPressure | double, Pressure of the air coming out of the cylinder - psi |
cyclesPerMin | double, Number of cycles (1 cycle is a combination of 2 strokes of a piston) by the crankshaft in a minute - strokes |
◆ PneumaticAirRequirement() [5/6]
PneumaticAirRequirement::PneumaticAirRequirement |
( |
PistonType |
pistonType, |
|
|
double |
cylinderDiameter, |
|
|
double |
cylinderStroke, |
|
|
double |
pistonRodDiameter, |
|
|
double |
airPressure, |
|
|
double |
cyclesPerMin |
|
) |
| |
Constructor for PneumaticAirRequirement This calculator computes the quantity of air required by a specific single acting or a double acting piston cylinder compressor. The design specs of the compressor are entered in the calculator and the quantity of air needed is generated.
- Parameters
-
pistonType | PistonType, type of Piston, single or double acting - in this case, must be double |
cylinderDiameter | double, Inner diameter of cylinder - inches |
cylinderStroke | double, Distance that the piston can travel inside a cylinder - inches |
pistonRodDiameter | double, Diameter of the piston rod (required only in case of a double acting cylinder) - inches |
airPressure | double, Pressure of the air coming out of the cylinder - psi |
cyclesPerMin | double, Number of cycles (1 cycle is a combination of 2 strokes of a piston) by the crankshaft in a minute - strokes |
◆ PneumaticAirRequirement() [6/6]
PneumaticAirRequirement::PneumaticAirRequirement |
( |
PistonType |
pistonType, |
|
|
double |
cylinderDiameter, |
|
|
double |
cylinderStroke, |
|
|
double |
airPressure, |
|
|
double |
cyclesPerMin |
|
) |
| |
Constructor for PneumaticAirRequirement This calculator computes the quantity of air required by a specific single acting or a double acting piston cylinder compressor. The design specs of the compressor are entered in the calculator and the quantity of air needed is generated.
- Parameters
-
pistonType | PistonType, type of Piston, single or double acting - in this case, must be single |
cylinderDiameter | double, Inner diameter of cylinder - inches |
cylinderStroke | double, Distance that the piston can travel inside a cylinder - inches |
airPressure | double, Pressure of the air coming out of the cylinder - psi |
cyclesPerMin | double, Number of cycles (1 cycle is a combination of 2 strokes of a piston) by the crankshaft in a minute - strokes |
◆ calculate() [1/3]
◆ calculate() [2/3]
Output PneumaticAirRequirement::calculate |
( |
| ) |
|
◆ calculate() [3/3]
Output PneumaticAirRequirement::calculate |
( |
| ) |
|
The documentation for this class was generated from the following files: