Opened 5 years ago
Last modified 5 years ago
#5957 assigned defect
Failed to sole linear system of equations at time 0, system is singular
Reported by: | Owned by: | Karim Adbdelhak | |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | Initialization | Version: | |
Keywords: | Solving linear system | Cc: |
Description
I am working on modelling photovoltaic power plants electrical grids. When adding inductors to the model, it fails to solve. The model without the inductances is solid and works properly. I have already tried diferent types of solvers, but no results. I get the error:
Failed to solve linear system of equations (no. 517) at time 0.000000, system is singular for U[2, 2].
The default linear solver fails, the fallback solver with total pivoting is started at time 0.000000. That might raise performance issues, for more information use -lv LOG_LS.
Change History (2)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Could you provide a minimal working example to reproduce this?