Modelling of steam flow control valve?

5 ビュー (過去 30 日間)
vishnuvardhan naidu tanga
vishnuvardhan naidu tanga 2020 年 6 月 4 日
回答済み: Ameer Hamza 2020 年 6 月 4 日
Hello,
I am trying to model a simple steam control valve in simulink. Is there any way to model that. I know the basic dynamics of the valve, how can i implement the actuation of the valve in simulink.
  2 件のコメント
Ameer Hamza
Ameer Hamza 2020 年 6 月 4 日
What is the equation for the block dynamics?
vishnuvardhan naidu tanga
vishnuvardhan naidu tanga 2020 年 6 月 4 日
ms = xs*13.6*sqrt(rho*P)*Kv/3600;
here ms = mass florate
rho = Density
P = pressure
Kv = valve coefficient
xs = is the valve opening % from 0 - 100%
I need to control the xs with respect to time. for example 10% every 100 sec

サインインしてコメントする。

採用された回答

Ameer Hamza
Ameer Hamza 2020 年 6 月 4 日
You can use the MATLAB function block: https://www.mathworks.com/help/simulink/ug/creating-an-example-model-that-uses-a-matlab-function-block.html to write this equation. Then you can use a pulse generator block: https://www.mathworks.com/help/simulink/slref/pulsegenerator.html to generate a periodic pulse.

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by