Miro Eklund

Results 4 issues of Miro Eklund

### Description Running reference model BouncingBall.fmu causes infinite prints in console: ``` [CVODE ERROR] CVode At t = 0.446 and h = 0.001, the error test failed repeatedly or with...

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

### Description When I attempt to run an SSP model that looks like this: ![image](https://github.com/user-attachments/assets/9986ddd6-db09-4eca-ad3d-573c420c3599) It works correctly, as long as the highlighted "Modelica_Blocks..." FMU's modelDescription.xml contains both ModelExchange and...

The schema specification does not mention VariableStepMaster: https://github.com/OpenModelica/OMSimulator/blob/master/schema/oms.xsd OMSimulator seems to support VariableStepMaster, VariableStepSolver and FixedStepMaster solvers, but the schema oms.xsd does not mention VariableStepMaster. Is VariableStepMaster missing on purpose,...