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.
Loading...
Searching...
No Matches
MotorPower.h
1#pragma once
2
14 public:
23
28 double calculate();
29
30 private:
43};
44
Contains the declaration of MotorPower class including the getters and setters as well as the calcula...
Definition MotorPower.h:13
double calculate()
MotorPower(double ratedVoltage, double motorCurrent, double powerFactor)
Definition MotorPower.h:21
double powerFactor
Definition MotorPower.h:42
double ratedVoltage
Definition MotorPower.h:34
double motorCurrent
Definition MotorPower.h:38