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)

Simple_Brake_Tests.mo (6.0 KB ) - added by Bill Janssen 12 years ago.
a simple brake model and a test model for it

Download all attachments as: .zip

Change History (4)

by Bill Janssen, 12 years ago

Attachment: Simple_Brake_Tests.mo added

a simple brake model and a test model for it

comment:1 by Martin Sjölund, 12 years ago

Cc: Lennart Ochel added
Owner: changed from somebody to Willi Braun
Status: newassigned
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:2 by Martin Sjölund, 11 years ago

Milestone: 1.9.01.9.1

Postponed until 1.9.1

comment:3 by Martin Sjölund, 11 years ago

Resolution: fixed
Status: assignedclosed

Works in r20781 (and probably also much sooner)

Note: See TracTickets for help on using tickets.