![]() |
AMO-Tools-Suite
v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
|
Contains the declaration of MotorPower class including the getters and setters as well as the calculators. for motor efficiency. calculate(): Calculates the motor power. More...
#include <MotorPower.h>
Public Member Functions | |
MotorPower (double ratedVoltage, double motorCurrent, double powerFactor) | |
double | calculate () |
Contains the definition of functions of MotorPower class. calculate(): Calculates the motor power given rated voltage, motor current and power factor. More... | |
MotorPower (double ratedVoltage, double motorCurrent, double powerFactor) | |
double | calculate () |
MotorPower (double ratedVoltage, double motorCurrent, double powerFactor) | |
double | calculate () |
Contains the declaration of MotorPower class including the getters and setters as well as the calculators. for motor efficiency. calculate(): Calculates the motor power.
Definition at line 14 of file MotorPower.h.
|
inline |
Constructor
ratedVoltage | double, Rated voltage of motor in volts |
motorCurrent | double, Motor current as defined in amps. |
powerFactor | double, Power factor - unitless |
Definition at line 22 of file MotorPower.h.
|
inline |
Constructor
ratedVoltage | double, Rated voltage of motor in volts |
motorCurrent | double, Motor current as defined in amps. |
powerFactor | double, Power factor - unitless |
Definition at line 22 of file MotorPower.h.
|
inline |
Constructor
ratedVoltage | double, Rated voltage of motor in volts |
motorCurrent | double, Motor current as defined in amps. |
powerFactor | double, Power factor - unitless |
Definition at line 22 of file MotorPower.h.
double MotorPower::calculate | ( | ) |
Contains the definition of functions of MotorPower class. calculate(): Calculates the motor power given rated voltage, motor current and power factor.
Calculates the motor power
Formula to calculate the motor electric power kWe (x) = rated volts * amps (x) * sqrt (3) * pf (x) / 1000
Definition at line 14 of file MotorPower.cpp.
double MotorPower::calculate | ( | ) |
Calculates the motor power
double MotorPower::calculate | ( | ) |
Calculates the motor power