From 49ac4c4fcedb03ef09f8faab176159f48896dc7e Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 26 Jul 2017 21:32:35 -0300 Subject: 5 machine models implemented --- Project/SyncGenerator.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Project/SyncGenerator.h') 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; -- cgit