OMSimulator
OMSimulator copied to clipboard
The OpenModelica FMI & SSP-based co-simulation environment.
- a similar solution to the OMTLM simulator - with partitioning Erik - jkCXf9X4
I have an ssp with an ssd with links to ssv files in resources folder inside the ssp. If I want to swap one of the ssv:s to another one...
Create a Venn diagram and know if we are inside or outside of the union of operational domains for different models in a composite simulation
When trying to reference multiple SSV files through a single SSM I get the following error: [newResourceNode] Node "resources/.ssm" does already exist. Se the sketch below for further explaination I...
Dag Bruck suggests the MIME type "application/x-uncertainty-quantification" for LS-UQ files. This is probably not the right place for such an issue but I am posting it here anyways as we...
### Related Issues https://github.com/OpenModelica/OMSimulator/issues/1418 ### Purpose Add prototype for FMI-3.0 Model Exchange
@robha67 - need more examples, currently using examples from the reference repository export some examples in FMU3 format with arrays, early return (Dymola licence models should be ok) Make very...
The FMI standard defines APIs for getting and setting the internal state of FMUs using the functions: - `fmi2GetFMUstate` - `fmi2SetFMUstate` - `fmi2FreeFMUstate` - `fmi2SerializedFMUstateSize` - `fmi2SerializeFMUstate` - `fmi2DeSerializeFMUstate` These...
## Issue The CI always uses apt to install additional build dependencies like asan, see e.g. https://github.com/OpenModelica/OMSimulator/blob/master/.CI/cache/Dockerfile. `apt` doesn't have a stable CLI and always installing packages slows down 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...