Adding inequality constraints in DAE system
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Muhammad Nadeem
el 20 de Sept. de 2023
Comentada: Muhammad Nadeem
el 21 de Sept. de 2023
Hello All,
I am trying to solve a DAE system with couple of inquality constraints. Can anyone help me out on how can i model them in MATLAB DAE solver such as ode15s or ode15i?
Thanks
0 comentarios
Respuesta aceptada
Torsten
el 20 de Sept. de 2023
Editada: Torsten
el 20 de Sept. de 2023
You can't.
These problems usually appear in optimal control problems where the DAE integrator is coupled with an optimizer. Parameters in the DAE system are adjusted by the optimizer such that the inequalities hold while a given objective is minimized or maximized. The task of ode15s or ode15i will be to integrate the systems of differential and algebraic equalities with varying parameter input.
Más respuestas (0)
Ver también
Categorías
Más información sobre Ordinary Differential Equations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!