summaryrefslogtreecommitdiffstats
path: root/Project/IndMotor.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-07-12 02:03:28 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-07-12 02:03:28 -0300
commitfed838330b39f69a682b64b1b885fec17ff901d7 (patch)
tree110c99bbe0fe5ad05f50026a260fc9b8e4af4fdd /Project/IndMotor.h
parentec20e2ac95f8a5013f2293a7a2a96016fb805581 (diff)
downloadPSP.git-fed838330b39f69a682b64b1b885fec17ff901d7.tar.gz
PSP.git-fed838330b39f69a682b64b1b885fec17ff901d7.tar.xz
PSP.git-fed838330b39f69a682b64b1b885fec17ff901d7.zip
Motor start implemented and bugfixes
Diffstat (limited to 'Project/IndMotor.h')
-rw-r--r--Project/IndMotor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/IndMotor.h b/Project/IndMotor.h
index 98e3414..4137e6f 100644
--- a/Project/IndMotor.h
+++ b/Project/IndMotor.h
@@ -86,6 +86,8 @@ struct IndMotorElectricalData {
double te;
std::vector<double> electricalTorqueVector;
std::vector<double> mechanicalTorqueVector;
+ std::vector<double> velocityVector;
+ std::vector<double> currentVector;
std::complex<double> electricalPower;
std::vector<std::complex<double> > electricalPowerVector;
};