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
BagMethod Class Reference

Classes

struct  Output
 

Public Member Functions

 BagMethod (double operatingTime, double bagFillTime, double heightOfBag, double diameterOfBag, int numberOfUnits)
 
Output calculate ()
 
 BagMethod (double operatingTime, double bagFillTime, double heightOfBag, double diameterOfBag, int numberOfUnits)
 
Output calculate ()
 
 BagMethod (double operatingTime, double bagFillTime, double heightOfBag, double diameterOfBag, int numberOfUnits)
 
Output calculate ()
 

Detailed Description

Definition at line 361 of file CompressedAir.h.

Constructor & Destructor Documentation

◆ BagMethod() [1/3]

BagMethod::BagMethod ( double  operatingTime,
double  bagFillTime,
double  heightOfBag,
double  diameterOfBag,
int  numberOfUnits 
)

Constructor for BagMethod - The bag method estimates the air flow using a trash bag by counting the time it takes to fill it. This is the second most accurate means of measuring compressed air consumption.

Parameters
operatingTimedouble, operating time of the system per year - hours
bagFillTimedouble, time that it takes for the bag to fill with air - seconds
heightOfBagdouble, height of the bag - inches
diameterOfBagdouble, diameter of the bag - inches
numberOfUnitsint, number of trash bags

Definition at line 163 of file CompressedAir.cpp.

◆ BagMethod() [2/3]

BagMethod::BagMethod ( double  operatingTime,
double  bagFillTime,
double  heightOfBag,
double  diameterOfBag,
int  numberOfUnits 
)

Constructor for BagMethod - The bag method estimates the air flow using a trash bag by counting the time it takes to fill it. This is the second most accurate means of measuring compressed air consumption.

Parameters
operatingTimedouble, operating time of the system per year - hours
bagFillTimedouble, time that it takes for the bag to fill with air - seconds
heightOfBagdouble, height of the bag - inches
diameterOfBagdouble, diameter of the bag - inches
numberOfUnitsint, number of trash bags

◆ BagMethod() [3/3]

BagMethod::BagMethod ( double  operatingTime,
double  bagFillTime,
double  heightOfBag,
double  diameterOfBag,
int  numberOfUnits 
)

Constructor for BagMethod - The bag method estimates the air flow using a trash bag by counting the time it takes to fill it. This is the second most accurate means of measuring compressed air consumption.

Parameters
operatingTimedouble, operating time of the system per year - hours
bagFillTimedouble, time that it takes for the bag to fill with air - seconds
heightOfBagdouble, height of the bag - inches
diameterOfBagdouble, diameter of the bag - inches
numberOfUnitsint, number of trash bags

Member Function Documentation

◆ calculate() [1/3]

BagMethod::Output BagMethod::calculate ( )
Returns
BagMethod::Output, flowRate and annual consumption

Definition at line 169 of file CompressedAir.cpp.

◆ calculate() [2/3]

Output BagMethod::calculate ( )
Returns
BagMethod::Output, flowRate and annual consumption

◆ calculate() [3/3]

Output BagMethod::calculate ( )
Returns
BagMethod::Output, flowRate and annual consumption

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