summaryrefslogtreecommitdiffstats
path: root/Project/Electromechanical.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Electromechanical.h')
-rw-r--r--Project/Electromechanical.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/Electromechanical.h b/Project/Electromechanical.h
index 65275e5..90d3ebd 100644
--- a/Project/Electromechanical.h
+++ b/Project/Electromechanical.h
@@ -70,7 +70,10 @@ class Electromechanical : public ElectricCalculation
// double GetPowerValue(double value, ElectricalUnit unit);
void InsertSyncMachinesOnYBus();
+ bool InsertIndMachinesOnYBus();
+ bool CalculateIndMachinesTransientValues(IndMotor* motor);
std::complex<double> GetSyncMachineAdmittance(SyncGenerator* generator);
+ std::complex<double> GetIndMachineAdmittance(IndMotor* motor);
bool InitializeDynamicElements();
bool CalculateInjectedCurrents();
void CalculateIntegrationConstants(SyncGenerator* syncGenerator, double id, double iq, double k = 1.0);