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 | Namespaces | Functions | Variables

Declarations for compressed air system capacity calculations. More...

#include <vector>
#include "compressedAir/pipe_data.h"

Go to the source code of this file.

Classes

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

Namespaces

namespace  air_system_capacity
 Compressed air system capacity calculator.
 

Functions

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

Variables

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

Detailed Description

Calculates the total air quantity held in a compressed air system from pipe volume and receiver tank capacity. All calculations use U.S. customary units.

See also
Air System Capacity Calculator for formula derivations and symbol definitions.

Definition in file air_system_capacity.h.