Is it possible to pass time series vectors into simscape blocks for block characterization?
4 次查看(过去 30 天)
显示 更早的评论
I am building a system with simscape fluid blocks. To characterize the fluid blocks, for example a controlled pressure source block, i built another system in simulink that calculates these parameters, like the pressure differential in my example. The calculated pressure differential is no fixed variable but changes within the simulation of my simulink model. So far i only managed to pass a constant variable into the simscape blocks which would lead to a static simscape model.
Is there a possibility to pass the vector containing delta_p and the time into the simscape block so that the dynamics will be considered for the simulation of the simscape model?
Thank you in advance.
0 个评论
回答(1 个)
Vasco Lenzi
2020-8-5
Hi Thilo
Can you not simply connected your subsystem output to the controlled pressure source using a Simulink-PS converter?
Here a screenshot of what I mean:
2 个评论
Vasco Lenzi
2020-8-5
Hi Thilo
you could replace the flow resistance block with a controlled pressure source going against the flow, to represent a pressure drop, and you then feed any profile to the pressure source.
Alternatively, you can change the underlying code of the flow resistance valve and create your own component with an input port instead of a fix parameter. Check the documentation for more details on Simscape Language and component customization. This should be failry straightforward to implement if you dig a bit in the documentation:
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Upgrading Hydraulic Models to Use Isothermal Liquid Blocks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!