MEASUR-Tools-Suite v1.0.11
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 Member Functions | Public Attributes | List of all members
AirSystemCapacity::Output Struct Reference

Public Member Functions

 Output (const double totalPipeVolume, std::vector< double > receiverCapacities, const double totalReceiverVol, const double totalCapacityOfCompressedAirSystem, PipeData pipeLengths)
 

Public Attributes

const double totalPipeVolume
 
const double totalReceiverVol
 
const double totalCapacityOfCompressedAirSystem
 
const std::vector< double > receiverCapacities
 
const PipeData pipeLengths
 

Detailed Description

Definition at line 17 of file AirSystemCapacity.h.

Constructor & Destructor Documentation

◆ Output()

AirSystemCapacity::Output::Output ( const double  totalPipeVolume,
std::vector< double >  receiverCapacities,
const double  totalReceiverVol,
const double  totalCapacityOfCompressedAirSystem,
PipeData  pipeLengths 
)
inline

Definition at line 18 of file AirSystemCapacity.h.

Member Data Documentation

◆ pipeLengths

const PipeData AirSystemCapacity::Output::pipeLengths

Definition at line 26 of file AirSystemCapacity.h.

◆ receiverCapacities

const std::vector<double> AirSystemCapacity::Output::receiverCapacities

Definition at line 25 of file AirSystemCapacity.h.

◆ totalCapacityOfCompressedAirSystem

const double AirSystemCapacity::Output::totalCapacityOfCompressedAirSystem

Definition at line 24 of file AirSystemCapacity.h.

◆ totalPipeVolume

const double AirSystemCapacity::Output::totalPipeVolume

Definition at line 24 of file AirSystemCapacity.h.

◆ totalReceiverVol

const double AirSystemCapacity::Output::totalReceiverVol

Definition at line 24 of file AirSystemCapacity.h.


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