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.
|
Public Member Functions | |
BaseCurve (const double flow, const double pressure, const double power) | |
Public Attributes | |
const double | flow |
const double | pressure |
const double | power |
Friends | |
class | FanCurveData |
Definition at line 41 of file FanCurve.h.
|
inline |
Definition at line 43 of file FanCurve.h.
|
friend |
Definition at line 47 of file FanCurve.h.
const double FanCurveData::BaseCurve::flow |
Definition at line 46 of file FanCurve.h.
const double FanCurveData::BaseCurve::power |
Definition at line 46 of file FanCurve.h.
const double FanCurveData::BaseCurve::pressure |
Definition at line 46 of file FanCurve.h.