From 748b7c8a73c4bc48ff11469e990532e9e673de0e Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Thu, 21 Sep 2017 21:48:21 -0300 Subject: Saturation initialization fixed --- Project/SyncGenerator.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Project/SyncGenerator.h') diff --git a/Project/SyncGenerator.h b/Project/SyncGenerator.h index 23ab87d..aba3c8f 100644 --- a/Project/SyncGenerator.h +++ b/Project/SyncGenerator.h @@ -82,11 +82,15 @@ struct SyncGeneratorElectricalData { double subEq; double subEd; double pe; + double sd; + double sq; // Variables to extrapolate double oldId; double oldIq; double oldPe; + double oldSd; + double oldSq; // Integration constants IntegrationConstant icSpeed; -- cgit