Closed AnHeuermann closed 2 years ago
It seems the culprit is
oms_setFixedStepSize("model_sc", 2e-4)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.
Description
I'm running the example from https://github.com/OpenModelica/OMTeaching/tree/master/Tutorials/MODPROD21/Tutorial2/Solutions/DualMassOscillator for a weakly connected system of FMUs and did run into a endless loop.
Steps to reproduce the behavior
Download DualMassOscillator.System1.fmu and DualMassOscillator.System2.fmu and run
The following error message is repeated forever:
These FMUs were generated a year ago and can be simulated by OMSimulator when using a weakly coupled system
oms_system_wc
.Expected behavior
End with an error message after a few tries or actually simulate the FMUs.
Version and OS