Opened 11 years ago
Closed 11 years ago
#2539 closed defect (fixed)
output intervals
Reported by: | Lennart Ochel | Owned by: | Willi Braun |
---|---|---|---|
Priority: | high | Milestone: | 1.9.1 |
Component: | Run-time | Version: | trunk |
Keywords: | Cc: |
Description
The examples from testsuite\openmodelica\cruntime\simoptions\
are not working properly. In some cases too many output intervals get generated due to numerical issues.
The following patch is a first quick try to fix this issue. Unfortunately, some other test cases start failing (some with event chattering).
Failed tests: ./simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos ./simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.NandGate.mos ./simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos ./simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos ./simulation/modelica/asserts/AssertTest4.mos ./simulation/modelica/asserts/AssertTest5.mos ./simulation/modelica/asserts/AssertTest7.mos ./simulation/modelica/others/InlineSolverCodeGenerationEuler.mos ./simulation/modelica/others/StringTest.mos 9 of 2479 failed
Attachments (1)
Change History (3)
by , 11 years ago
Attachment: | stepSize.diff added |
---|
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
fixed in r18688.