Parametric Study with Simscape

3 次查看(过去 30 天)
RAVEESH G
RAVEESH G 2022-4-26
评论: RAVEESH G 2022-6-27
I am using condenser evaporator (2P-MA) block in simscape to model a two-phase fluid network and a moist air network with condensation. My interest is to see the rate for condensation for different input temperature and relative humidity conditions. So after one run of simulation I need to change the value of relative humidity and temperature as see the effect on water condensation.
How to perform this type of parametric study with the simscape model? I am new to Mathlab and simscape. Kindly help me to fix this.

回答(1 个)

Yifeng Tang
Yifeng Tang 2022-6-24
In the Simscape block, you can use a MATLAB variable as the parameter. You can then change the value in that variable each time you run the model using the "sim" command. A few tips that may be useful in the process:
  1. Turn on data logging so you can get the results into your MATLAB script
  2. Try fast restart and run-time parameter settingto speed up the parametric sweep
  2 个评论
JSH
JSH 2022-6-27
you can also use "multiple simulations" directly in simulink. There you can choose the variable to be studied and the range of values in vector form that it can take. You can also study more than one variable simultaneously and create sequential or exhaustive combinations of the parameters.
The results of the simulations can be viewed in the "Simulation Manager".
RAVEESH G
RAVEESH G 2022-6-27
Thank you very much. I got the sequential combination with the latest update.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Gas Library 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by