Opened 12 years ago
Closed 11 years ago
#2042 closed defect (fixed)
model that simulated in 1.8.1 doesn't with 1.9beta3
Reported by: | Bill Janssen | Owned by: | Willi Braun |
---|---|---|---|
Priority: | normal | Milestone: | 1.9.1 |
Component: | Run-time | Version: | trunk |
Keywords: | Cc: | Lennart Ochel |
Description
The attached model Simple_Brake_Tests.Test1 worked with 1.8.1, but with 1.9beta3 I get the following error:
% ./Simple_Brake_Tests.Test1 -r test1.csv -override "outputFormat=csv" stdout | warning | Error solving nonlinear system residualFunc30 (size 1) at time 0.254 stdout | warning | Error solving nonlinear system residualFunc30 (size 1) at time 0.254 stdout | warning | Error solving nonlinear system residualFunc30 (size 1) at time 0.254 stdout | info | model terminate | non-linear system solver failed. | Simulation terminated at time 0.254 %
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | Simple_Brake_Tests.mo added |
---|
comment:1 by , 12 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Warning: The initial conditions are not fully specified. Use +d=initialization for more information. Warning: Assuming fixed start value for the following 2 variables: Warning: brake1.phi:VARIABLE() "Angle between shaft flanges (flange_a, flange_b) and support".Simple_Brake_Tests.Test1, .Simple_Brake_Tests.BrakeModel, .Real type: Real Warning: inertia1.w:VARIABLE(start = 0.0 ) "Absolute angular velocity of component (= der(phi))".Simple_Brake_Tests.Test1, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.SIunits.AngularVelocity type: Real
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Works in r20781 (and probably also much sooner)
Note:
See TracTickets
for help on using tickets.
a simple brake model and a test model for it