MEASUR-Tools-Suite v1.2.4
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 | Functions | Variables

Compressed air system capacity calculator. More...

Classes

struct  Input
 Input parameters for the air system capacity calculation. More...
 
struct  Output
 Result of the air system capacity calculation. More...
 

Functions

Output calculate (const Input &input)
 Calculates total compressed air system capacity.
 

Variables

constexpr double kGallonsPerCubicFoot = 7.480515625
 Existing receiver conversion factor \([\unit{\gallon\per\cubicFoot}]\).
 

Detailed Description

Provides a namespace free function for total compressed air system capacity.

Function Documentation

◆ calculate()

Output air_system_capacity::calculate ( const Input input)
Parameters
[in]inputPipe and receiver inputs.
Returns
Output containing pipe volume, receiver volumes, and total system capacity \([\unit{\cubicFoot}]\).

Variable Documentation

◆ kGallonsPerCubicFoot

constexpr double air_system_capacity::kGallonsPerCubicFoot = 7.480515625
inlineconstexpr

Definition at line 26 of file air_system_capacity.h.