Opened 12 years ago

Closed 11 years ago

#1664 closed defect (fixed)

Initialization seems to get stuck on model: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot

Reported by: adrpo Owned by: wbraun
Priority: high Milestone: 1.9.0
Component: Backend Version: trunk
Keywords: Cc: adrpo, jfrenkel, lochel, wbraun

Description (last modified by adrpo)

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 Changed 12 years ago by adrpo

  • Cc jfrenkel added; Frenkel TUD removed
  • Component set to Backend
  • Description modified (diff)
  • Milestone set to 1.9.0
  • Priority changed from minor to major
  • Version set to trunk

comment:2 Changed 12 years ago by wbraun

  • Owner changed from adrpo to wbraun
  • Status changed from accepted to assigned

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.

Last edited 12 years ago by wbraun (previous) (diff)

comment:3 Changed 11 years ago by lochel

  • Resolution set to fixed
  • Status changed from assigned to 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.