Simulink simulation fails or not at a specific time depending on duration

1 view (last 30 days)
Holla,
Something very weird happens if I set the duration too long for a simscape model :
If I set the simulation duration to, let's say 30 seconds, it completes perfectly without any errors or warnings.
However, if I set the simulation duration to 60 s, the exact SAME model will crash at around 5.5 s, whereas it did went through and beyond the 5.5 s before !
Nothing changes apart from how long I want the simulation to run. Crazy huh.
Some wild guess: I use a variable step solver, is it possible it computes differently depending on "knowing" how much it will has to simulate ? What's the reason behind this ?
Cheers

Accepted Answer

David John
David John on 8 Nov 2021
It would be helpful to see your example model, but when this occurs it is most likely that the "Max step size" is having an impact. If you double the overall simulation time with "Max step size" equals "auto", the actual "Max step size" will also be doubled, and this can have some impact on convergence (depending on the model). Please try setting "Max step size" to something like 0.1 for both models and see if you get consistent behaviour.

More Answers (0)

Categories

Find more on General Applications in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!