diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-25 19:56:07 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-25 19:56:07 -0300 |
commit | 4f2e475b8de0f19c0cda560c3213809cb9c8cfca (patch) | |
tree | 337e1ed1595b6fe9060076d8c2f93ef62a37d30e /Project/SyncGenerator.h | |
parent | 5e99db91624cea9308cb296544d81ce1fa4951e5 (diff) | |
download | PSP.git-4f2e475b8de0f19c0cda560c3213809cb9c8cfca.tar.gz PSP.git-4f2e475b8de0f19c0cda560c3213809cb9c8cfca.tar.xz PSP.git-4f2e475b8de0f19c0cda560c3213809cb9c8cfca.zip |
Saturation calculated by Newton raphson implmeneted
Not working yet
Diffstat (limited to 'Project/SyncGenerator.h')
-rw-r--r-- | Project/SyncGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/SyncGenerator.h b/Project/SyncGenerator.h index aba3c8f..b035eed 100644 --- a/Project/SyncGenerator.h +++ b/Project/SyncGenerator.h @@ -82,6 +82,8 @@ struct SyncGeneratorElectricalData { double subEq; double subEd; double pe; + double id; + double iq; double sd; double sq; |