diff options
Diffstat (limited to 'Project/Electromechanical.h')
-rw-r--r-- | Project/Electromechanical.h | 2 |
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(); |