Changes between Initial Version and Version 2 of Ticket #3294
- Timestamp:
- 2015-04-27T05:38:50Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3294 – Description
initial v2 11 11 }}} 12 12 13 OpenModelica evaluates everything at translation time. This can hardly be counted as a passed test. It would be fine if the string parameter `file` was fixed, but the contents of the filemust be read at simulation time.13 OpenModelica evaluates everything at translation time. This can hardly be counted as a passed test. The `file` must be read at simulation time. 14 14 15 15 As of today one can generally introduce some dummy inputs, whose values are not known at translation time, and pass them to a function like `readReadParameter`. Then the evaluation of the function is shifted to the simulation time -- and it works fine typically. 16 16 17 How can the translation of OpenModelica be changed to evaluate less functions, so that models like `readRealParameterModel` work as inten ted, without tricks?17 How can the translation of OpenModelica be changed to evaluate less functions, so that models like `readRealParameterModel` work as intended, without tricks?