|
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.
|
#include <FanEnergyIndex.h>
Public Member Functions | |
| FanEnergyIndex (const double flowRate, const double inletPressure, const double outletPressure, const double airDensity, const double motorPower) | |
| double | calculateEnergyIndex () |
Private Attributes | |
| const double | flowRate |
| const double | inletPressure |
| const double | outletPressure |
| const double | airDensity |
| const double | motorPower |
Constructor for Fan Energy Index Calculates Fan Energy Index
Definition at line 16 of file FanEnergyIndex.h.
|
inline |
| flowRate,double,flow | rate in cfm |
| inletPressure,double,pressure | of inlet in inch ws |
| outletPressure,double,pressure | of outlet in inch ws |
| airDensity,double,density | of air in lbm/ft |
| motorPower,double | power of motor in kW |
Definition at line 25 of file FanEnergyIndex.h.
|
inline |
| pressure,double,pressure | in inch wc |
| outletPressure,double,pressure | of outlet in inch ws |
| inletPressure,double,pressure | in inlet in inch ws |
| referencepower,double | in hp |
| kWreferencepower,double | in kW |
| efficiency1,double,as | a fraction |
| efficiency2,double,as | a fraction |
| motorPower,double,power | of motor in kW |
Definition at line 41 of file FanEnergyIndex.h.
Definition at line 66 of file FanEnergyIndex.h.
|
private |
| flowRate,double,flow | rate in cfm |
| inletPressure,double,pressure | of inlet in inch ws |
| outletPressure,double,pressure | of outlet in inch ws |
| airDensity,double,density | of air in lbm/ft |
| motorPower,double,power | of motor in kW |
Definition at line 66 of file FanEnergyIndex.h.
Definition at line 66 of file FanEnergyIndex.h.
Definition at line 66 of file FanEnergyIndex.h.
Definition at line 66 of file FanEnergyIndex.h.