Changes between Initial Version and Version 1 of Ticket #4301, comment 2
- Timestamp:
- 2017-03-08T14:45:10Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4301, comment 2
initial v1 1 For the second point we could propose an extension of the Modelica Specification with an operator called {{{steadyState(epsilon)}}} which would return true if the sums of ders are < epsilon.1 For the second point we could propose an extension of the Modelica Specification with an operator called {{{steadyState(epsilon)}}} which would return true if each of the ders are < epsilon. 2 2 3 3 The only issues to think about is what to return during initialization when the ders are zero, etc. I guess we can safely return false for any other phase than simulation.