Changes between Initial Version and Version 1 of Ticket #4168
- Timestamp:
- 2017-01-06T20:02:48Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4168 – Description
initial v1 4 4 OpenModelica produces wrong results for such models. 5 5 6 OpenModelica currently discretizes differential equations by replacing `der(x)` with `(x - previous(x))/interval()` during clock partitioning ( ImplicitEuler).6 OpenModelica currently discretizes differential equations by replacing `der(x)` with `(x - previous(x))/interval()` during clock partitioning (Euler). 7 7 8 8 OpenModelica should reduce the DAE index inside a clocked partition prior to the discretization. 9 10 See the failing test `synch.mos` (ControlledMixingUnit) 11 https://github.com/OpenModelica/OpenModelica-testsuite/commit/ee09ab4b8551ce22514b4315cb04b88fdf2843ed