OMSimulator icon indicating copy to clipboard operation
OMSimulator copied to clipboard

The OpenModelica FMI & SSP-based co-simulation environment.

Results 110 OMSimulator issues
Sort by recently updated
recently updated
newest added

- a similar solution to the OMTLM simulator - with partitioning Erik - jkCXf9X4

project/openscaling

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...

project/openscaling

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

project/openscaling

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...

project/openscaling

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...

project/openscaling

### 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...

project/openscaling

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...