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
Public Attributes | List of all members

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}]\).
 

Detailed Description

Definition at line 43 of file air_system_capacity.h.

Member Data Documentation

◆ pipe_lengths

pipe_data::PipeData air_system_capacity::Output::pipe_lengths

Definition at line 48 of file air_system_capacity.h.

◆ receiver_capacities

std::vector<double> air_system_capacity::Output::receiver_capacities = {}

Definition at line 47 of file air_system_capacity.h.

◆ total_capacity_of_compressed_air_system

double air_system_capacity::Output::total_capacity_of_compressed_air_system = 0.0

Definition at line 46 of file air_system_capacity.h.

◆ total_pipe_volume

double air_system_capacity::Output::total_pipe_volume = 0.0

Definition at line 44 of file air_system_capacity.h.

◆ total_receiver_volume

double air_system_capacity::Output::total_receiver_volume = 0.0

Definition at line 45 of file air_system_capacity.h.


The documentation for this struct was generated from the following file: