Solver was unable to reduce the step size without violating the minimum step size value
Show older comments
- Solver was unable to reduce the step size without violating the minimum step size value of 1.17684e-19 for 1 consecutive times at time 3.31252e-05. This usually may be caused by violating algebraic constraints in the differential-algebraic system or by the high stiffness of the system. Try tightening the error tolerances, and/or the tolerances for computing consistent conditions. If the problem persists, please check the system or increase the solver Number of consecutive min stepsviolation parameter.
Suggested Actions
Open Solver Profiler to explore such issues
4 Comments
Hamed Majeed
on 29 Nov 2021
Steve Miller
on 29 Nov 2021
Hi Hamed - the diagnostic message alone is not enough for us to help you. This is the best guess the software can make at ways to solve the problem, and that guess is based only on the numerical behavior observed by the solver. Please upload the model if you want more specific suggestions.
--Steve
Hamed Majeed
on 29 Nov 2021
Steve Miller
on 2 Dec 2021
Attached is the model saved in R2020b.
--Steve
Accepted Answer
More Answers (1)
Walter Roberson
on 29 Nov 2021
1 vote
you probably have an algebraic loop. Algebraic loops are mostly caused by having feedback processes through a sequence of steps that do not take any time. The error is not typically in the fact that the feedback exists, but rather in the fact that no processing time was associated with the sequence, so mathematically you get into situations similar to "x must equal x+1" (which is is only possible for infinite x in that example.)
1 Comment
Hamed Majeed
on 29 Nov 2021
Categories
Find more on Variable Initialization 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!