Simulink simulation fails or not at a specific time depending on duration
3 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
David John
2021-11-8
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Logging 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!