#include <FanEnergyIndex.h>
Constructor for Fan Energy Index Calculates Fan Energy Index
Definition at line 16 of file FanEnergyIndex.h.
◆ FanEnergyIndex()
| FanEnergyIndex::FanEnergyIndex |
( |
const double |
flowRate, |
|
|
const double |
inletPressure, |
|
|
const double |
outletPressure, |
|
|
const double |
airDensity, |
|
|
const double |
motorPower |
|
) |
| |
|
inline |
- Parameters
-
| 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.
◆ calculateEnergyIndex()
| double FanEnergyIndex::calculateEnergyIndex |
( |
| ) |
|
|
inline |
- Parameters
-
| 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 |
- Returns
- fan energy index, double
Definition at line 41 of file FanEnergyIndex.h.
◆ airDensity
| const double FanEnergyIndex::airDensity |
|
private |
◆ flowRate
| const double FanEnergyIndex::flowRate |
|
private |
- Parameters
-
| 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.
◆ inletPressure
| const double FanEnergyIndex::inletPressure |
|
private |
◆ motorPower
| const double FanEnergyIndex::motorPower |
|
private |
◆ outletPressure
| const double FanEnergyIndex::outletPressure |
|
private |
The documentation for this class was generated from the following file: