Skip to content
New issue

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

problem running example model of DFIG #45

Open
isablanca opened this issue Jul 25, 2021 · 2 comments
Open

problem running example model of DFIG #45

isablanca opened this issue Jul 25, 2021 · 2 comments

Comments

@isablanca
Copy link

Hi all, I am totally new to the openmodelica and this powerSystem lib. When I tries to run the DFIG example, I have error as:

%%---------------------------------------------

[4] 14:55:35 Translation Error
Internal error IndexReduction.pantelidesIndexReduction failed! System is structurally singular and cannot be handled because the number of unassigned equations is larger than the number of states. Use -d=bltdump to get more information.

[5] 14:55:35 Translation Error
No system for the symbolic initialization was generated

[6] 14:55:43 Scripting Notification
PowerSystems requested package Modelica of version 3.2.2. Modelica 3.2.3 is used instead which states that it is fully compatible without conversion script needed.

[7] 14:55:43 Translation Error
[PowerSystems.AC3ph.Machines: 2208:3-2208:47]: Could not evaluate structural parameter (or constant): n_r which gives dimensions of array: L_r[n_r]. Array dimensions must be known at compile time.

[8] 14:55:43 Translation Error
Error occurred while flattening model PowerSystems.Examples.Wind.WindTurbine_DFIG

%%---------------------------------------------

do you have any suggestion to fix the problem?

@rfranke
Copy link
Collaborator

rfranke commented Jul 25, 2021

You report an old problem with OpenModelica. It has been fixed since version 1.17 this spring. Unfortunately the example does still not work due to another problem at a later stage of model compilation:

Error: Internal error IndexReduction.pantelidesIndexReduction failed! System is structurally singular and cannot be handled because the number of unassigned equations is larger than the number of states. Use -d=bltdump to get more information.
Error: No system for the symbolic initialization was generated

This has been discussed with OpenModelica developers @casella and @kabdelhak recently. I hope that it will be solved soon.

@casella
Copy link
Contributor

casella commented Jul 27, 2021

@isablanca, I would suggest you to use 1.18.0-beta.1 if you want to run PowerSystems models

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants