필터 지우기
필터 지우기

Adding inequality constraints in DAE system

조회 수: 3 (최근 30일)
Muhammad Nadeem
Muhammad Nadeem 2023년 9월 20일
댓글: Muhammad Nadeem 2023년 9월 21일
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

채택된 답변

Torsten
Torsten 2023년 9월 20일
편집: Torsten 2023년 9월 20일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by