Opened 9 years ago

Last modified 9 years ago

#3084 accepted defect

Under-determined linear system not solvable!

Reported by: Christian Kral <dr.christian.kral@…> Owned by: wbraun
Priority: high Milestone: Future
Component: *unknown* Version: trunk
Keywords: Cc:

Description

I noticed that the simulation of one the following examples in Modelica_Electrical_PowerConverters.Examples.ACDC.ThyristorBridge2mPulse

  1. ThyristorBridge2mPulse_R
  2. ThyristorBridge2mPulse_RL
  3. ThyristorBridge2mPulse_RLV
  4. ThyristorBridge2mPulse_RLV_Characteristic
  5. ThyristorBridge2mPulse_DC_Drive

causes multiple error messages of the kind:

under-determined linear system not solvable!
Matrix singular!

The first three examples at least simulate, even though these error messages occur. Example 4 takes too long to wait for the simulation to end. Example 5 does not finish simulation at all.

I have to note, however, that these examples have been working in previous versions of OpenModelica. The actual bug report refers to

I am not sure whether this ticket is related with #2996 or not.

Change History (3)

comment:1 Changed 9 years ago by lochel

  • Owner changed from somebody to wbraun
  • Status changed from new to assigned

comment:2 Changed 9 years ago by Christian Kral <dr.christian.kral@…>

Quick update: I just checked the issue under Debian Wheezy 64 bit with OMEdit r23888. Examples 1-4 now simulate without problems; example 5 fails with the same error as mentioned above.

comment:3 Changed 9 years ago by wbraun

  • Status changed from assigned to accepted

All of the samples 1-5 are working currently, but example 4-5 are really slow.
It seems that there is a non-linear algebraic loop, which is currently linear.

Note: See TracTickets for help on using tickets.