Changes between Version 1 and Version 2 of Ticket #2788, comment 12


Ignore:
Timestamp:
2014-08-25T04:54:09Z (11 years ago)
Author:
Lennart Ochel

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2788, comment 12

    v1 v2  
    22The nonlinear equation from your model is not supported by OpenModelica (and probably most other Modelica Tools as well). The reason is that it needs to have an integer (or enumeration) variable as iteration variable.
    33Anyway, the code generation should not fail in this strange manner. A solution would be to cache those systems during the symbolic transformation and before doing code generation at all. There we could introduce a traceable error message.
     4
    45If there will be support for such systems can wbraun tell you. That's why I put him in to this discussion.
     6
    57I am not sure what you want to model. But you can break the loop using the pre-operator like the following:
    68{{{#!mo