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 | Private Attributes | List of all members
PressureMethodData Class Reference

Public Member Functions

 PressureMethodData (const int nozzleType, const int numberOfNozzles, const double supplyPressure)
 
int getNumberOfNozzles () const
 
double calculate ()
 

Private Attributes

int nozzleType
 
int numberOfNozzles
 
double supplyPressure
 

Detailed Description

Definition at line 33 of file CompressedAirReduction.h.

Constructor & Destructor Documentation

◆ PressureMethodData()

PressureMethodData::PressureMethodData ( const int  nozzleType,
const int  numberOfNozzles,
const double  supplyPressure 
)
inline

Definition at line 35 of file CompressedAirReduction.h.

Member Function Documentation

◆ getNumberOfNozzles()

int PressureMethodData::getNumberOfNozzles ( ) const
inline

Definition at line 38 of file CompressedAirReduction.h.

Member Data Documentation

◆ nozzleType

int PressureMethodData::nozzleType
private

Definition at line 43 of file CompressedAirReduction.h.

◆ numberOfNozzles

int PressureMethodData::numberOfNozzles
private

Definition at line 43 of file CompressedAirReduction.h.

◆ supplyPressure

double PressureMethodData::supplyPressure
private

Definition at line 44 of file CompressedAirReduction.h.


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