#include <FanShaftPower.h>
|
| FanShaftPower (const double motorShaftPower, const double efficiencyMotor, const double efficiencyVFD, const double efficiencyBelt, const double sumSEF) |
|
double | getFanPowerInput () const |
|
double | getSEF () const |
|
Contains calculations for Fan Shaft Power
- Author
- Preston Shires (pshires)
-
Allie Ledbetter (Aeledbetter)
- Bug:
- No Known Bugs.
Definition at line 13 of file FanShaftPower.h.
◆ FanShaftPower()
FanShaftPower::FanShaftPower |
( |
const double |
motorShaftPower, |
|
|
const double |
efficiencyMotor, |
|
|
const double |
efficiencyVFD, |
|
|
const double |
efficiencyBelt, |
|
|
const double |
sumSEF |
|
) |
| |
|
inline |
- Parameters
-
motorShaftPower | double, motor shaft power in hp |
Definition at line 19 of file FanShaftPower.h.
◆ calculateMotorShaftPower()
static double FanShaftPower::calculateMotorShaftPower |
( |
const double |
voltage, |
|
|
const double |
amps, |
|
|
const double |
powerFactorAtLoad |
|
) |
| |
|
inlinestatic |
Calculates and returns motorShaftPower
- Parameters
-
voltage | const double, the measured bus voltage in volts |
amps | const double, amps |
powerFactorAtLoad | const double, unitless |
- Returns
- MotorShaftPower, const double, motor shaft power as defined in hp
Definition at line 34 of file FanShaftPower.h.
◆ getFanPowerInput()
double FanShaftPower::getFanPowerInput |
( |
| ) |
const |
|
inline |
Gets the Fan Power Input
- Returns
- double, Fan power input
Definition at line 42 of file FanShaftPower.h.
◆ getSEF()
double FanShaftPower::getSEF |
( |
| ) |
const |
|
inline |
◆ efficiencyBelt
const double FanShaftPower::efficiencyBelt |
|
private |
◆ efficiencyMotor
const double FanShaftPower::efficiencyMotor |
|
private |
◆ efficiencyVFD
const double FanShaftPower::efficiencyVFD |
|
private |
◆ fanPowerInput
double FanShaftPower::fanPowerInput |
|
private |
◆ motorPowerOutput
double FanShaftPower::motorPowerOutput |
|
private |
◆ sumSEF
const double FanShaftPower::sumSEF |
|
private |
The documentation for this class was generated from the following file: