Is it possible to pass time series vectors into simscape blocks for block characterization?
4 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Vasco Lenzi
on 5 Aug 2020
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 Comments
Vasco Lenzi
on 5 Aug 2020
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:
See Also
Categories
Find more on Upgrading Hydraulic Models to Use Isothermal Liquid Blocks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!