Effacer les filtres
Effacer les filtres

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

4 vues (au cours des 30 derniers jours)
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.

Réponse acceptée

Walter Roberson
Walter Roberson le 21 Avr 2019
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()

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by