|
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.
|
Result of the air system capacity calculation. More...
#include <air_system_capacity.h>
Public Attributes | |
| double | total_pipe_volume = 0.0 |
| Total pipe volume \([\unit{\cubicFoot}]\). | |
| double | total_receiver_volume = 0.0 |
| Total receiver volume \([\unit{\cubicFoot}]\). | |
| double | total_capacity_of_compressed_air_system = 0.0 |
| Total system capacity \([\unit{\cubicFoot}]\). | |
| std::vector< double > | receiver_capacities = {} |
| Receiver capacities converted to \([\unit{\cubicFoot}]\). | |
| pipe_data::PipeData | pipe_lengths |
| Per-size pipe volumes \([\unit{\cubicFoot}]\). | |
Definition at line 43 of file air_system_capacity.h.
| pipe_data::PipeData air_system_capacity::Output::pipe_lengths |
Definition at line 48 of file air_system_capacity.h.
| std::vector<double> air_system_capacity::Output::receiver_capacities = {} |
Definition at line 47 of file air_system_capacity.h.
| double air_system_capacity::Output::total_capacity_of_compressed_air_system = 0.0 |
Definition at line 46 of file air_system_capacity.h.
| double air_system_capacity::Output::total_pipe_volume = 0.0 |
Definition at line 44 of file air_system_capacity.h.
| double air_system_capacity::Output::total_receiver_volume = 0.0 |
Definition at line 45 of file air_system_capacity.h.