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
DecibelsMethodData Class Reference

Public Member Functions

 DecibelsMethodData (const double linePressure, const double decibels, const double decibelRatingA, const double pressureA, const double firstFlowA, const double secondFlowA, const double decibelRatingB, const double pressureB, const double firstFlowB, const double secondFlowB)
 
double calculate ()
 

Private Attributes

double linePressure
 
double decibels
 
double decibelRatingA
 
double pressureA
 
double firstFlowA
 
double secondFlowA
 
double decibelRatingB
 
double pressureB
 
double firstFlowB
 
double secondFlowB
 

Detailed Description

Definition at line 27 of file CompressedAirLeakSurvey.h.

Constructor & Destructor Documentation

◆ DecibelsMethodData()

DecibelsMethodData::DecibelsMethodData ( const double  linePressure,
const double  decibels,
const double  decibelRatingA,
const double  pressureA,
const double  firstFlowA,
const double  secondFlowA,
const double  decibelRatingB,
const double  pressureB,
const double  firstFlowB,
const double  secondFlowB 
)
inline

Definition at line 29 of file CompressedAirLeakSurvey.h.

Member Function Documentation

◆ calculate()

double DecibelsMethodData::calculate ( )
inline

Definition at line 37 of file CompressedAirLeakSurvey.h.

Member Data Documentation

◆ decibelRatingA

double DecibelsMethodData::decibelRatingA
private

Definition at line 51 of file CompressedAirLeakSurvey.h.

◆ decibelRatingB

double DecibelsMethodData::decibelRatingB
private

Definition at line 55 of file CompressedAirLeakSurvey.h.

◆ decibels

double DecibelsMethodData::decibels
private

Definition at line 50 of file CompressedAirLeakSurvey.h.

◆ firstFlowA

double DecibelsMethodData::firstFlowA
private

Definition at line 53 of file CompressedAirLeakSurvey.h.

◆ firstFlowB

double DecibelsMethodData::firstFlowB
private

Definition at line 57 of file CompressedAirLeakSurvey.h.

◆ linePressure

double DecibelsMethodData::linePressure
private

Definition at line 49 of file CompressedAirLeakSurvey.h.

◆ pressureA

double DecibelsMethodData::pressureA
private

Definition at line 52 of file CompressedAirLeakSurvey.h.

◆ pressureB

double DecibelsMethodData::pressureB
private

Definition at line 56 of file CompressedAirLeakSurvey.h.

◆ secondFlowA

double DecibelsMethodData::secondFlowA
private

Definition at line 54 of file CompressedAirLeakSurvey.h.

◆ secondFlowB

double DecibelsMethodData::secondFlowB
private

Definition at line 58 of file CompressedAirLeakSurvey.h.


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