how can I plot a P-v and T-S diagrams in simulink

26 ビュー (過去 30 日間)
tomer
tomer 2024 年 4 月 9 日
コメント済み: tomer 2024 年 5 月 1 日
Hi,
I want to make a Thermo plots like P-v and T-S based on the thermodynamic process I am modeling in simulink.
till now I have been working with the P-H diagram block but I need more details for the process.
are there any blocks for making a plot based on chosen properties? I know I can plot each parameter as time dependet by using SCOP, but that does not help me...
if the plot can be made by adding a code diractly to the main program or by using the MATLAB function block please add a manuall or a wide explanation becausse I have never done that before.
Thank YOU!!

回答 (1 件)

Umang Pandey
Umang Pandey 2024 年 4 月 16 日
Hi Tomer,
There are no existing blocks to fetch Pv and Ts diagrams directly, however, you can make use of the MATLAB Function Block to obtain these plots.
Within the MATLAB function block, you can essentially write your function that takes in the input parameters which are obtainable from your model and create corresponding plots. The block automatically creates input ports corresponding to each specified input parameter, which can be connected via right signal lines from the model.
You can refer to the following MATLAB documentation on MATLAB Function blocks for more information and examples:
Hope this helps!
Regards,
Umang
  4 件のコメント
tomer
tomer 2024 年 5 月 1 日
Sorry for the late respons.
here for example I am adding liqued phase water into accumulator and pumping out vapor.
I have a P-h diagram for the thermodinamic process that happens between the fluid and vapor. I also want to have P-v and T-S diagrams.
tomer
tomer 2024 年 5 月 1 日
I am sorry I am not uploading the acctual file... for some unknown reason the website is not letting me to do so:(
but the idea is very simple...
I am mainly cant understand what is the syntax I need to use in the matlab function block?
how do connect the variable I am using in the function block to the pressure and temperture (etc.) parameters I get from the procees itself.

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

カテゴリ

Help Center および File ExchangeFoundation and Custom Domains についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by