phannebohm

Results 9 issues of phannebohm

### Description The model below compiles and runs without complaint. Silently, in the C code, the doubles are converted to ints. ### MWE ```modelica model IntegerToReal Integer k = 2.71;...

bug
COMP/OMC/Backend

### Purpose In equations like this, the condition `i == j` should not be collected as event: ```modelica for i in 1:N loop for j in 1:M loop if i...

COMP/OMC/New Backend

### Description Somehow the start value of `y` in the following MWE is lost and both `y` and `p` become zero. ```modelica model M Real y(start = 1, fixed =...

Related to #12259 and #12133

Debugging with @AlesVojacek revealed that there is probably an error in how we symbolically handle `actualStream` in [ClaRa_dev.Components.VolumesValvesFittings.Pipes.Check.OnePhaseFlow.Test_Pipe_L1_TML](https://libraries.openmodelica.org/branches/master/ClaRa_dev/files/ClaRa_dev_ClaRa.Components.VolumesValvesFittings.Pipes.Check.OnePhaseFlow.Test_Pipe_L1_TML.err). ``` division by zero at time 1501.000000000013, (a=0) / (b=0), where divisor...

COMP/OMC/Backend
COMP/OMC/Runtime

### Description Many models in the ClaRa_dev library are failing for various causes at various compiler stages. This is a comprehensive list of the currently failing models. They are grouped...

### Related Issues #10386 ### Purpose MLS 3.6 no longer defines default start values for predefined types, so fixed parameters without binding or start attribute cannot be assigned any value....

COMP/OMC/Backend

### Description When I try to simulate models from the library ScalableTranslationStatistics with the new backend omc fails silently. Using `-d=failtrace` no additional info is printed. With `-d=execstat` I can...

COMP/OMC/Frontend
COMP/OMC/New Backend