SimBiology | simulation tolerance fails at beginning if time increased

1 回表示 (過去 30 日間)
Yash Jawale
Yash Jawale 2019 年 6 月 10 日
編集済み: Arthur Goldsipe 2019 年 8 月 19 日
I have built a model in SimBiology. I works fine say, if time is 1250 seconds. But it gives "Integration Tolerance Not Met" error at 10^-3 sec if time is increased to 1500 sec.
I am using "ode15s (stiff/NDE)" solver with default settings.

採用された回答

Arthur Goldsipe
Arthur Goldsipe 2019 年 6 月 10 日
編集済み: Arthur Goldsipe 2019 年 8 月 19 日
My guess is that you are encountering the problem described in the tip on the AbsoluteToleranceStepSize reference page. The suggestion there is to update your simulation settings by manually setting AbsoluteToleranceStepSize to a small value. My suggestion would be to start with a value of 1e-5 and see how that works. If that results in the same error message, try 1e-6, and so on.

その他の回答 (0 件)

コミュニティ

その他の回答  SimBiology コミュニティ

カテゴリ

Help Center および File ExchangeScan Parameter Ranges についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by