OpenModelica
OpenModelica copied to clipboard
OpenModelica is an open-source Modelica-based modeling and simulation environment intended for industrial and academic usage.
### Description It allows to set C/CXX compiler, but not GNU make.
The `-d=arrayConnect` implementation currently has issues, most notably: - poor performance in some cases #9695 - generation of additional spurious connection equations as if ports were not connected, see #8014...
### Description ```lib/omc/libqwt.so``` is installed into ```lib/omc``` where some OM libraries are also installed. ldconfig is used in order for shared libraries to be discovered on a directory-basis. ```lib/omc/libqwt.so``` might...
### Description ``` DynamicPipesSeriesLargeNSteadyStateInitial_functions.c:2044:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if((_properties._region == ((modelica_integer) 4))) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ DynamicPipesSeriesLargeNSteadyStateInitial_functions.c:2044:27: note: remove extraneous parentheses around the comparison to silence this warning if((_properties._region ==...
Running OM version 1.20 in Fedora 35 Although it seems OMEdit directly uses dark/light mode according to system preference (dark mode in my case) through "Preserve user's GUI customizations", dark...
@mahge, please compile the model ICT4CSE.Courseware.U04_CaseStudy_02.CompleteSystem in the package that I sent you by e-mail. Using 1.20.4 I get: ``` CompleteSystem_02nls.c:220:93: error: no member named 'nominal' in 'struct BOOLEAN_ATTRIBUTE' sysData->nominal[i]...