OMSimulator
OMSimulator copied to clipboard
The OpenModelica FMI & SSP-based co-simulation environment.
### Description The initial guesses for each algebraic loop evaluation are not based on the end of the last solver step. Instead, the initial guess is based on whatever result...
### Current status Currently OMSimulator only emits data into the result file using a fixed time step size, either based on the maximum time step size or the number of...
### Description When a strongly coupled system using CVODE is used in a way that changes its input values between successive calls to `stepUntil()`, the changes that are made to...
### Description When CVODE is used to solve a strongly coupled system that contains events, the solver statistics printed at the end only contain values accumulated since the last event....
This pull request solves multiple issues that I have worked on during the past year. They are cherry picked from the branch ["work"](https://github.com/rruusu/OMSimulator/tree/work), which includes changes originally made to the...
These changes are cherry picked from the branch ["work"](https://github.com/rruusu/OMSimulator/tree/work), which includes changes originally made to the master branch in October 2024. I hadn't had the time earlier to rebase my...
These changes are cherry picked from the branch ["work"](https://github.com/rruusu/OMSimulator/tree/work), which includes changes originally made to the master branch in October 2024. I hadn't had the time earlier to rebase my...
### Description The HEAD of maintenance/v2.1 ignores values set to the `enterEventMode` and `terminateSimulation` arguments of calls to `fmi2_completedIntegratorStep `, requesting an immediate enter into event mode and simulation termination...
These changes are cherry picked from the branch ["work"](https://github.com/rruusu/OMSimulator/tree/work), which includes changes originally made to the master branch in October 2024. I hadn't had the time earlier to rebase my...