Changes between Initial Version and Version 1 of Ticket #4690


Ignore:
Timestamp:
2018-01-29T17:03:11+01:00 (7 years ago)
Author:
casella
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4690 – Description

    initial v1  
    11Please check https://libraries.openmodelica.org/branches/newInst/Modelica_3.2.2/files/Modelica_3.2.2_Modelica.Electrical.Analog.Examples.AD_DA_conversion.err
    22
    3 The compiler reports 61 equations and 60 variables. Moreover, when flattening the model in OMEdit, one equation is reported starting with a hash sign
    4 {{{
    5 #(opAmp.v_out) = smooth(0, min(opAmp.Vps, max(opAmp.Vns, opAmp.V0 * opAmp.v_in)));
    6 }}}
     3The compiler reports 44 equations and 50 variables reported by the new front-end. The flattened models with the old and new front end seem identical, there is probably some other issue with the flattened model which only pops up at the backend level.
    74
    85It is interesting to notice that the old front end compiles successfully this model into simulation code, but fails upon checking the model.