OMSimulator
OMSimulator copied to clipboard
The OpenModelica FMI & SSP-based co-simulation environment.
### Description OMSimulator fails to build with gcc 14 ``` OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c:1249:28: error: assignment to ‘const long unsigned int *’ from incompatible pointer type ‘const z_crc_t *’ {aka ‘const unsigned int...
### Description ``` OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RangeToken.cpp:40: /usr/include/unicode/localpointer.h:561:26: error: 'auto' parameter not permitted in this context 561 | template | ^~~~ /usr/include/unicode/localpointer.h:573:76: error: template argument 2 is invalid 573 | explicit LocalOpenPointer(std::unique_ptr &&p)...
Application crashes, when the OMSimulator method (stepUntil) is called inside the loop in Python code, ``` error: [fmi2logger] D:/TestFMU/test_tmp/test-nv1eatv0/temp/0001_A (logFmi2Call): fmi2CompletedIntegratorStep: terminated by an assertion. idx : 6595 idx :...
OMSimulator internal error when importing parker generated SSP. I am creating this issue as a placeholder for Viktor Larsson. Viktor is having problems identifying why the SSP that he is...
This is a feature request more targeting OpenModelica than OMSimulator. It concerns the import and parsing of SRMD files in OpenModelica @lenaRB @adrpo
This is a feature request more targeting OpenModelica than OMSimulator. The value of the Credibility library (or similar modelica library) will increase drastically if the end user is able to...
Tools support the combination of FMI2 and FMI3 compliant FMUs packaged in an SSP. FMI2 is very well established and FMI2 will likely be relevant for a long time.
### Description Some variables with non-alphanumeric characters, such as square brackets or parentheses, are not exported to the result file, even when explicitly listed in the _resources/signalFilter.xml_ file in the...
### Description I installed OMSimulator in a virtual environment using pip. Trying to execute OMSimulator I recieve the following error: OSError: libicuuc.so.66: cannot open shared object file: No such file...
### Description It appears the order of XML elements in the SSD file matters for the XML validation parser. I have two identical .ssp models: [models_here.zip](https://github.com/user-attachments/files/17307996/models_here.zip) The only difference in...