summaryrefslogtreecommitdiffstats
path: root/Project/SyncGenerator.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-07-26 21:32:35 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-07-26 21:32:35 -0300
commit49ac4c4fcedb03ef09f8faab176159f48896dc7e (patch)
treed8a864599a68ff5e0bee39c01704feb9d947dbfa /Project/SyncGenerator.h
parent4ca362b083d7b20adfd80f1ec4b46a52789cdeb7 (diff)
downloadPSP.git-49ac4c4fcedb03ef09f8faab176159f48896dc7e.tar.gz
PSP.git-49ac4c4fcedb03ef09f8faab176159f48896dc7e.tar.xz
PSP.git-49ac4c4fcedb03ef09f8faab176159f48896dc7e.zip
5 machine models implemented
Diffstat (limited to 'Project/SyncGenerator.h')
-rw-r--r--Project/SyncGenerator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Project/SyncGenerator.h b/Project/SyncGenerator.h
index b5c7737..fb5ffdc 100644
--- a/Project/SyncGenerator.h
+++ b/Project/SyncGenerator.h
@@ -84,6 +84,11 @@ struct SyncGeneratorElectricalData {
double subEq;
double subEd;
double pe;
+
+ // Variables to extrapolate
+ double oldId;
+ double oldIq;
+ double oldPe;
// Integration constants
IntegrationConstant icSpeed;