Simulink model diverges depending on Stop time (tend)

9 Ansichten (letzte 30 Tage)
Joan Ferrer
Joan Ferrer am 2 Feb. 2023
Beantwortet: Fangjun Jiang am 2 Feb. 2023
My Simulink model works fine if I set a Stop time tend=30 s. However, if I increase the Stop time to tend=31 s, my model diverges at t=25 s, but in the previous simulation there wasn's any problem at t=25 seconds. How is this possible?

Akzeptierte Antwort

Fangjun Jiang
Fangjun Jiang am 2 Feb. 2023
This is odd and rare but could be explained.
First of all, your model or dynamics is probably on the boardline of being unstable. So this case actually helps you to realize the problem and take measures to resolve it.
The most likely cause of this simulation problem is that you are probably taking the default setting for the solver (algorithm and step size). The default step size is tend/50. So by a rare chance, the difference of the default step size caused the different simulation results. You could do the following to confirm the cause.
  1. Log the simulation time ouptut of these two simulations, you will see that the time vectors are different
  2. Set the solver (algorithm and step size) to be the same for the two simulation, then you should see the same simulation result when tend is 30 or 31.

Weitere Antworten (0)

Kategorien

Mehr zu Modeling finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by