diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-07-12 02:03:28 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-07-12 02:03:28 -0300 |
commit | fed838330b39f69a682b64b1b885fec17ff901d7 (patch) | |
tree | 110c99bbe0fe5ad05f50026a260fc9b8e4af4fdd /Project/IndMotor.h | |
parent | ec20e2ac95f8a5013f2293a7a2a96016fb805581 (diff) | |
download | PSP.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.h | 2 |
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; }; |