MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
Loading...
Searching...
No Matches
Classes | Public Member Functions | Private Attributes | List of all members
AirSystemCapacity Class Reference

Classes

struct  Output
 

Public Member Functions

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

Private Attributes

PipeData pipeLengths
 
std::vector< double > receivers
 

Detailed Description

Definition at line 15 of file AirSystemCapacity.h.

Constructor & Destructor Documentation

◆ AirSystemCapacity()

AirSystemCapacity::AirSystemCapacity ( PipeData  pipeLengths,
std::vector< double >  receivers 
)
inline

Constructor for 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
pipeLengthsAirSystemCapacity::PipeLengths, Object containing the lengths of the various pipe sizes in your system - ft
receiversstd::vector<double>, a vector containing the number of gallons in each receiver

Definition at line 36 of file AirSystemCapacity.h.

Member Function Documentation

◆ calculate()

Output AirSystemCapacity::calculate ( )
inline

Definition at line 39 of file AirSystemCapacity.h.

Member Data Documentation

◆ pipeLengths

PipeData AirSystemCapacity::pipeLengths
private

Definition at line 52 of file AirSystemCapacity.h.

◆ receivers

std::vector<double> AirSystemCapacity::receivers
private

Definition at line 53 of file AirSystemCapacity.h.


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