summaryrefslogtreecommitdiffstats
path: root/Project/Electromechanical.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-11-07 21:59:43 -0200
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-11-07 21:59:43 -0200
commitb23a673fbe5cfd322956cdff8ef3472da8e0dbff (patch)
tree8a29fd584941228fd894050f37db876dfe0d02df /Project/Electromechanical.h
parent24808d2de827f219b683ad46744a179ae25bc859 (diff)
downloadPSP.git-b23a673fbe5cfd322956cdff8ef3472da8e0dbff.tar.gz
PSP.git-b23a673fbe5cfd322956cdff8ef3472da8e0dbff.tar.xz
PSP.git-b23a673fbe5cfd322956cdff8ef3472da8e0dbff.zip
ZIP load fully implemented
Need to save the new data
Diffstat (limited to 'Project/Electromechanical.h')
-rw-r--r--Project/Electromechanical.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Electromechanical.h b/Project/Electromechanical.h
index cba15dc..d261161 100644
--- a/Project/Electromechanical.h
+++ b/Project/Electromechanical.h
@@ -69,7 +69,7 @@ class Electromechanical : public ElectricCalculation
void InsertSyncMachinesOnYBus();
std::complex<double> GetSyncMachineAdmittance(SyncGenerator* generator);
bool InitializeDynamicElements();
- bool CalculateMachinesCurrents();
+ bool CalculateInjectedCurrents();
void CalculateIntegrationConstants(SyncGenerator* syncGenerator, double id, double iq, double k = 1.0);
bool SolveSynchronousMachines();
void SetSyncMachinesModel();