Changes between Initial Version and Version 1 of Ticket #5642, comment 4


Ignore:
Timestamp:
2019-10-08T09:32:16Z (6 years ago)
Author:
Karim Adbdelhak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5642, comment 4

    initial v1  
    22> [https://github.com/OpenModelica/OpenModelica/pull/470 #470] should fix the issue with the if-expressions not being evaluated. The issue was that the max attribute of the flow value was `-(10000.0)` when actualStream was evaluated, which wasn't handled by the code checking the flow direction. Now we simplify the expressions first to get rid of such structures.
    33
    4 This should actually break one model ({{{Modelica.Fluid.Examples.HeatingSystem}}}), but that would be my fault i have to catch that in the backend! If it breaks you can just deactivate the model temporarily and test and push it anyway, i have to update my check for artificial variables and reactivate it.
     4This should actually break one model ({{{Modelica.Fluid.Examples.HeatingSystem}}}), but that would be my fault i have to catch that in the backend! If it breaks you can just deactivate the model temporarily and push it anyway, i have to update my check for artificial variables and reactivate it.