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 | Friends | List of all members
FanCurveData::RatedPoint Struct Reference
Inheritance diagram for FanCurveData::RatedPoint:
FanCurveData::BaseCurve FanCurveData::BaseOperatingPoint

Public Member Functions

 RatedPoint (const double flow, const double pressure, const double power, const double density, const double speed, const double speedCorrected)
 
- Public Member Functions inherited from FanCurveData::BaseCurve
 BaseCurve (const double flow, const double pressure, const double power)
 

Public Attributes

const double density
 
const double speed
 
const double speedCorrected
 
- Public Attributes inherited from FanCurveData::BaseCurve
const double flow
 
const double pressure
 
const double power
 

Friends

class FanCurveData
 

Detailed Description

Definition at line 50 of file FanCurve.h.

Constructor & Destructor Documentation

◆ RatedPoint()

FanCurveData::RatedPoint::RatedPoint ( const double  flow,
const double  pressure,
const double  power,
const double  density,
const double  speed,
const double  speedCorrected 
)
inline

Definition at line 52 of file FanCurve.h.

Friends And Related Symbol Documentation

◆ FanCurveData

friend class FanCurveData
friend

Definition at line 57 of file FanCurve.h.

Member Data Documentation

◆ density

const double FanCurveData::RatedPoint::density

Definition at line 56 of file FanCurve.h.

◆ speed

const double FanCurveData::RatedPoint::speed

Definition at line 56 of file FanCurve.h.

◆ speedCorrected

const double FanCurveData::RatedPoint::speedCorrected

Definition at line 56 of file FanCurve.h.


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