modelica-3rdparty / PowerSystems

Free (standard conform) library that is intended to model electrical power systems at different levels of detail both in transient and steady-state mode.
65 stars 36 forks source link

SimulationX errors #9

Closed marco216 closed 9 years ago

marco216 commented 9 years ago

When opening the library in SimulationX Professional 3.6.2.27707 and running the Power Worl Example and endless list of errors sim appear.

rfranke commented 9 years ago

Please contact the vendor of SimulationX.

There might be a problem with the overdetermined connector PowerSystems.Interfaces.Terminal. Its member theta is used to communicate the angle of a rotating reference system to all connected models.

You may cross-check by downloading version 0.2 of the library, where theta was conditional, and investigate simple models like PowerSystems.Examples.Network.NetworkLoop with the PhaseSystem PowerSystems.PhaseSystems.ThreePhase_d vs. the default PackagePhaseSystem PowerSystems.PhaseSystems.ThreePhase_dq. If the model works for ThreePhase_d and fails for ThreePhase_dq, then it's likely a problem with missing support for overdetermined connectors in your version of SimulationX.

rfranke commented 9 years ago

assuming you have contacted the vendor of SimulationX