We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Islanding example:
PowerSystems/PowerSystems/Examples/AC3ph/Generation.mo
Lines 1129 to 1135 in 67d22eb
has a division by zero problem.
Through a series of extends, we end up in PowerSystems.AC3ph.Machines.Partials.SynchronBase, specifically this line:
extends
PowerSystems.AC3ph.Machines.Partials.SynchronBase
PowerSystems/PowerSystems/AC3ph/Machines.mo
Line 1008 in 67d22eb
In this context, c.wf is 0. It is computed here:
c.wf
PowerSystems/PowerSystems/Utilities/Precalculation.mo
Line 493 in 67d22eb
In this context, p is PowerSystems.Examples.Data.Machines.Synchron_pm560V_100kVA, which has:
p
PowerSystems.Examples.Data.Machines.Synchron_pm560V_100kVA
PowerSystems/PowerSystems/Examples/Data/Machines.mo
Line 253 in 67d22eb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Islanding example:
PowerSystems/PowerSystems/Examples/AC3ph/Generation.mo
Lines 1129 to 1135 in 67d22eb
has a division by zero problem.
Through a series of
extends
, we end up inPowerSystems.AC3ph.Machines.Partials.SynchronBase
, specifically this line:PowerSystems/PowerSystems/AC3ph/Machines.mo
Line 1008 in 67d22eb
In this context,
c.wf
is 0. It is computed here:PowerSystems/PowerSystems/Utilities/Precalculation.mo
Line 493 in 67d22eb
In this context,
p
isPowerSystems.Examples.Data.Machines.Synchron_pm560V_100kVA
, which has:PowerSystems/PowerSystems/Examples/Data/Machines.mo
Line 253 in 67d22eb
The text was updated successfully, but these errors were encountered: