#include <auxiliary_power.h>
|
| AuxiliaryPower (const double motorPhase, const double supplyVoltage, const double avgCurrent, const double powerFactor, const double operatingTime) |
|
double | getPowerUsed () const |
|
Auxiliary Power Losses class Used to calculateThermalResistance the energy use of systems using electricity associated with the heating system.
Definition at line 21 of file auxiliary_power.h.
◆ AuxiliaryPower()
AuxiliaryPower::AuxiliaryPower |
( |
const double |
motorPhase, |
|
|
const double |
supplyVoltage, |
|
|
const double |
avgCurrent, |
|
|
const double |
powerFactor, |
|
|
const double |
operatingTime |
|
) |
| |
|
inline |
Constructor for the auxiliary power used with all inputs specified
- Parameters
-
motorPhase | double, current motor phase |
supplyVoltage | double, supply voltage in volts |
avgCurrent | double, average current in Amperes |
powerFactor | double, average power factor value - unitless |
operatingTime | double, percent operating time |
Definition at line 33 of file auxiliary_power.h.
◆ getPowerUsed()
double AuxiliaryPower::getPowerUsed |
( |
| ) |
const |
Calculates the auxiliary power used
- Returns
- double, auxiliary power used in btu/hr
◆ avgCurrent
const double AuxiliaryPower::avgCurrent |
|
private |
◆ motorPhase
const double AuxiliaryPower::motorPhase |
|
private |
◆ operatingTime
const double AuxiliaryPower::operatingTime |
|
private |
◆ powerFactor
const double AuxiliaryPower::powerFactor |
|
private |
◆ supplyVoltage
const double AuxiliaryPower::supplyVoltage |
|
private |
The documentation for this class was generated from the following file: