Definition at line 253 of file CompressedAir.h.
◆ AirSystemCapacity() [1/3]
Compressor::AirSystemCapacity::AirSystemCapacity |
( |
Compressor::PipeData |
pipeLengths, |
|
|
std::vector< double > |
gallons |
|
) |
| |
Constructor for Compressor::AirSystemCapacity - This is used to find the total air quantity that the compressed air system can contain at any instant of time, including the air in the pipes and receivers.
- Parameters
-
pipeLengths | Compressor::AirSystemCapacity::PipeLengths, Object containing the lengths of the various pipe sizes in your system - ft |
gallons | std::vector<double>, a vector containing the number of gallons in each receiver |
Definition at line 106 of file CompressedAir.cpp.
◆ AirSystemCapacity() [2/3]
Compressor::AirSystemCapacity::AirSystemCapacity |
( |
PipeData |
pipeLengths, |
|
|
std::vector< double > |
gallons |
|
) |
| |
Constructor for Compressor::AirSystemCapacity - This is used to find the total air quantity that the compressed air system can contain at any instant of time, including the air in the pipes and receivers.
- Parameters
-
pipeLengths | Compressor::AirSystemCapacity::PipeLengths, Object containing the lengths of the various pipe sizes in your system - ft |
gallons | std::vector<double>, a vector containing the number of gallons in each receiver |
◆ AirSystemCapacity() [3/3]
Compressor::AirSystemCapacity::AirSystemCapacity |
( |
PipeData |
pipeLengths, |
|
|
std::vector< double > |
gallons |
|
) |
| |
Constructor for Compressor::AirSystemCapacity - This is used to find the total air quantity that the compressed air system can contain at any instant of time, including the air in the pipes and receivers.
- Parameters
-
pipeLengths | Compressor::AirSystemCapacity::PipeLengths, Object containing the lengths of the various pipe sizes in your system - ft |
gallons | std::vector<double>, a vector containing the number of gallons in each receiver |
The documentation for this class was generated from the following files: