|
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.
|
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}]\). | |
Provides a namespace free function for total compressed air system capacity.
| [in] | input | Pipe and receiver inputs. |
|
inlineconstexpr |
Definition at line 26 of file air_system_capacity.h.