Changes between Initial Version and Version 1 of Ticket #4168


Ignore:
Timestamp:
2017-01-06T20:02:48Z (8 years ago)
Author:
Rüdiger Franke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4168 – Description

    initial v1  
    44OpenModelica produces wrong results for such models.
    55
    6 OpenModelica currently discretizes differential equations by replacing `der(x)` with `(x - previous(x))/interval()` during clock partitioning (ImplicitEuler).
     6OpenModelica currently discretizes differential equations by replacing `der(x)` with `(x - previous(x))/interval()` during clock partitioning (Euler).
    77
    88OpenModelica should reduce the DAE index inside a clocked partition prior to the discretization.
     9
     10See the failing test `synch.mos` (ControlledMixingUnit)
     11https://github.com/OpenModelica/OpenModelica-testsuite/commit/ee09ab4b8551ce22514b4315cb04b88fdf2843ed