Opened 13 years ago
Closed 12 years ago
#1664 closed defect (fixed)
Initialization seems to get stuck on model: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot
Reported by: | Adrian Pop | Owned by: | Willi Braun |
---|---|---|---|
Priority: | high | Milestone: | 1.9.0 |
Component: | Backend | Version: | trunk |
Keywords: | Cc: | Adrian Pop, Jens Frenkel, Lennart Ochel, Willi Braun |
Description (last modified by )
It seems the initialization goes into an infinite loop when simulating this model:
Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.
More info here:
https://www.openmodelica.org/index.php/forum/topic?id=457#p1744
and here:
https://www.openmodelica.org/index.php?option=com_agora&task=topic&id=750&Itemid=87
Cheers,
Adrian Pop
Change History (3)
comment:1 by , 12 years ago
Cc: | added; removed |
---|---|
Component: | → Backend |
Description: | modified (diff) |
Milestone: | → 1.9.0 |
Priority: | minor → major |
Version: | → trunk |
comment:2 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | accepted → assigned |
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The initialization is even with simulation-flag -iom kinsol wrong.
But using the new symbolic initialization, the initialization works fine. (omc fullRobot.mos +d=solveinitialsystem).
Note:
See TracTickets
for help on using tickets.
By changing the initialization method to kinsol (simflags="-iom kinsol") it seems that it initialize
fast and correct. But then it stucks with a kind of event chattering. I think that's related to Ticket #1866, which I want so solve this week.