Is there a way to add constraints (other than nonnegativity) on ode15s?

9 ビュー (過去 30 日間)
Georgios Pasias
Georgios Pasias 2019 年 4 月 21 日
コメント済み: Georgios Pasias 2019 年 4 月 21 日
I am using ode15s to solve a DAE system describing oil-water flow in a pipe. Some of the variables in the solution are physically unrealistic, and I was wondering whether there is a way to add specific constraints?
Thank you.

採用された回答

Walter Roberson
Walter Roberson 2019 年 4 月 21 日
Only in the sense that you could add an event function to detect the value going out of range, and terminating when it does. If you wanted it to somehow "bounce off" of the boundary then you would have to signal the termination and then call ode15s again with revised conditions and tspan. See for example ballode()

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeOrdinary Differential Equations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by