- Reduce the time step and see if it helps the solver to converge.
- Try decreasing the Consistency Tolerance parameter value in the Solver Configuration block.
- Consider adjusting component parameters to make the model more realistic and less ideal.
does anyone know why I get an error when I run the model more than 16000s ?
1 view (last 30 days)
Show older comments
Answers (1)
Rishi
on 5 Dec 2023
Hi Hamidreza,
I understand from your query that you want to know why you are getting the error shown in the figure.
The error you are encountering occurs when your model is too ideal and there is a sudden transition. In such cases, the Simscape solver needs to go through the ‘transient initialiation’ phase. The initial guess might be too far from the result, consequently failing to converge. You can find more about it in the below documentation:
To resolve the error, you can try making the following changes:
To learn more about Transient Simulation Issues, you can refer to the following documentation:
Hope it helps.
0 Comments
See Also
Categories
Find more on Creating Custom Components and Libraries in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!