Opened 12 years ago
Closed 12 years ago
#1975 closed defect (fixed)
Error in solving nonlinear system for Mechanics.rotational clutch model
Reported by: | Bruno Scaglioni | Owned by: | Willi Braun |
---|---|---|---|
Priority: | high | Milestone: | 1.9.0 |
Component: | Backend | Version: | trunk |
Keywords: | Cc: | Willi Braun |
Description
The model:
Modelica.Mechanics.Rotational.Components.OneWayClutch
is initialized by default with stuck=false (boolean) and OMC solves the initial system with stuck=false. At time=0 the variable should change to stuck=true generating an event but it does not.
The error I get on the attached model is:
stdout|info| model terminate | non-linear system solver failed. |
Simulation terminated at time 0.002
Fixing stuck=true, fixed=true as binding equation makes everything work
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | clutchTest.mo added |
---|
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
fixed in 14296.