i need to model this pneumatic cycle using Simscape
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
This model represents a real physical system in Automation Studio
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1156433/image.png)
-I am trying to model it using SimScape (to see the inflation and deflation times), but I have encountered two challenges.
In a real system, there are more elements that do not exist in SimScape fluid, for instance, a pressure regulator.
There are a number of parameters that are not included in the datasheet i have for DirectionalValve (G)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1156438/image.png)
I made this model and when I run it, it shows the following error:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1156443/image.png)
Thank you so much in advance
0 Commenti
Risposte (1)
Yifeng Tang
il 22 Dic 2022
The A-port of the two-way direction valve is connected to Pressure sensor, which allows no flow, so no flow can occur in this network. You will need a way to specify the boundary conditions in your model, like inlet & outlet temperature and pressure. The easiest way is to use the Reservoir (G) block. The absolute reference block you have now represents 0 Pa of pressure and 0 K of temperature. It's useful as a reference point for Pressure and Temperature sensors, but not good as boundary conditions. If the pressure source in your model is trying to get B port pressure higher than A, the reference block at the B end will then force the A port to have negative absolute pressure, and break all rules of thermodynamics :p
0 Commenti
Vedere anche
Categorie
Scopri di più su Foundation and Custom Domains in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!