AMO-Tools-Suite  v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
All Classes Namespaces Files Functions Variables Enumerations Friends Macros Pages
Classes | Public Member Functions | List of all members
Compressor::AirSystemCapacity Class Reference

Classes

struct  Output
 

Public Member Functions

 AirSystemCapacity (PipeData pipeLengths, std::vector< double > gallons)
 
Output calculate ()
 
 AirSystemCapacity (PipeData pipeLengths, std::vector< double > gallons)
 
Output calculate ()
 
 AirSystemCapacity (PipeData pipeLengths, std::vector< double > gallons)
 
Output calculate ()
 

Detailed Description

Definition at line 253 of file CompressedAir.h.

Constructor & Destructor Documentation

◆ 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
pipeLengthsCompressor::AirSystemCapacity::PipeLengths, Object containing the lengths of the various pipe sizes in your system - ft
gallonsstd::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
pipeLengthsCompressor::AirSystemCapacity::PipeLengths, Object containing the lengths of the various pipe sizes in your system - ft
gallonsstd::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
pipeLengthsCompressor::AirSystemCapacity::PipeLengths, Object containing the lengths of the various pipe sizes in your system - ft
gallonsstd::vector<double>, a vector containing the number of gallons in each receiver

The documentation for this class was generated from the following files: