summaryrefslogtreecommitdiffstats
path: root/Project/IndMotor.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-07-24 00:02:17 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-07-24 00:02:17 -0300
commit0ca6710a7e003952e1212c8e32ebb2e7c008d508 (patch)
tree54886abf6d62d9341377d535e52b36016b602107 /Project/IndMotor.h
parent7f46d390b8cc1d5f37560f52b222198dbc5e1225 (diff)
downloadPSP.git-0ca6710a7e003952e1212c8e32ebb2e7c008d508.tar.gz
PSP.git-0ca6710a7e003952e1212c8e32ebb2e7c008d508.tar.xz
PSP.git-0ca6710a7e003952e1212c8e32ebb2e7c008d508.zip
Newton bug fixed
Diffstat (limited to 'Project/IndMotor.h')
-rw-r--r--Project/IndMotor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/IndMotor.h b/Project/IndMotor.h
index 760a65a..89bd6e1 100644
--- a/Project/IndMotor.h
+++ b/Project/IndMotor.h
@@ -63,6 +63,9 @@ struct IndMotorElectricalData {
double as = 0.0; // Slip constant torque
double bs = 0.0; // Slip linear dependent torque
double cs = 0.0; // Slip quadratic dependent torque
+ double aCalc = 0.0;
+ double bCalc = 0.0;
+ double cCalc = 0.0;
// Internal machine variables
double tranEr = 0.0;