How to loop a model's output back to the input untill they both converge
조회 수: 1 (최근 30일)
이전 댓글 표시
I am building a model to calculate the pressure and flow rate for a fuel rig. The model takes in a guessed flow, and based on lookup tables, outputs different pressures. These pressures are used to compute the final flow.
My problem is I want to achieve a convergence (the flow in = flow out), and I want to know how I can loop the result at the flow out to the flow in till they both have the same flow.
댓글 수: 0
채택된 답변
J Chen
2022년 9월 2일
Use a Delay block https://www.mathworks.com/help/simulink/slref/delay.html
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!