![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/341707/image.png)
Is it possible to pass time series vectors into simscape blocks for block characterization?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Vasco Lenzi
le 5 Août 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:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/341707/image.png)
2 commentaires
Vasco Lenzi
le 5 Août 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:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/341824/image.png)
Voir également
Catégories
En savoir plus sur Upgrading Hydraulic Models to Use Isothermal Liquid Blocks dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!