|
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.
|
Declarations for compressed air system capacity calculations. More...
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}]\). | |
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.
Definition in file air_system_capacity.h.