Changes between Initial Version and Version 2 of Ticket #3294


Ignore:
Timestamp:
2015-04-27T05:38:50Z (10 years ago)
Author:
Rüdiger Franke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3294 – Description

    initial v2  
    1111}}}
    1212
    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 file must be read at simulation time.
     13OpenModelica evaluates everything at translation time. This can hardly be counted as a passed test. The `file` must be read at simulation time.
    1414
    1515As 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.
    1616
    17 How can the translation of OpenModelica be changed to evaluate less functions, so that models like `readRealParameterModel` work as intented, without tricks?
     17How can the translation of OpenModelica be changed to evaluate less functions, so that models like `readRealParameterModel` work as intended, without tricks?