12 #ifndef AMO_LIBRARY_PUMPSHAFTPOWER_H 13 #define AMO_LIBRARY_PUMPSHAFTPOWER_H 15 #include <results/InputData.h> 25 Output(
const double pumpShaftPower,
const double driveEfficiency)
26 : pumpShaftPower(pumpShaftPower), driveEfficiency(driveEfficiency)
29 const double pumpShaftPower, driveEfficiency;
38 double motorShaftPower,
40 double specifiedEfficiency
42 motorShaftPower(motorShaftPower),
44 specifiedEfficiency(specifiedEfficiency)
58 return motorShaftPower;
66 this->motorShaftPower = motorShaftPower;
90 return specifiedEfficiency;
98 this->specifiedEfficiency = specifiedEfficiency;
102 double motorShaftPower;
104 double specifiedEfficiency;
107 #endif //AMO_LIBRARY_PUMPSHAFTPOWER_H void setMotorShaftPower(double motorShaftPower)
void setSpecifiedEfficiency(double specifiedEfficiency)
PumpShaftPower(double motorShaftPower, Motor::Drive drive, double specifiedEfficiency)
double getMotorShaftPower() const
Header file for PumpShaftPower class.
void setDrive(Motor::Drive drive)
double getSpecifiedEfficiency() const
Motor::Drive getDrive() const