How to loop a model's output back to the input untill they both converge

1 回表示 (過去 30 日間)
Andrews Kwkaye
Andrews Kwkaye 2022 年 9 月 2 日
回答済み: J Chen 2022 年 9 月 2 日
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.

採用された回答

J Chen
J Chen 2022 年 9 月 2 日
Use a Delay block https://www.mathworks.com/help/simulink/slref/delay.html

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by