Changes between Initial Version and Version 2 of Ticket #2839
- Timestamp:
- 2014-09-24T19:08:04Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2839
- Property Owner changed from to
- Property Status new → accepted
- Property Summary JAcobi matrix not calculated correctly when I give Linearization time in simulate-command → Jacobi matrix not calculated correctly when I give Linearization time in simulate-command
-
Ticket #2839 – Description
initial v2 11 11 Happens with also the smallest models (copy/paste the following model): 12 12 13 {{{ 13 14 model probeer 14 15 Modelica.Mechanics.Translational.Components.Mass mass1(m = 1, s(start = 0.1)) annotation(Placement(visible = true, transformation(origin = {-18.1034,26.4368}, extent = {{-10,-10},{10,10}}, rotation = 0))); … … 20 21 annotation(Icon(coordinateSystem(extent = {{-100,-100},{100,100}}, preserveAspectRatio = true, initialScale = 0.1, grid = {2,2})), Diagram(coordinateSystem(extent = {{-100,-100},{100,100}}, preserveAspectRatio = true, initialScale = 0.1, grid = {2,2})), experiment(StartTime = 0, StopTime = 1, Tolerance = 0.000001)); 21 22 end probeer; 23 24 }}} 25 22 26 23 27 The jacobian should be: