How can I solve the error generated by a T-Junction when there is a Parallel Channels block in my simscape fluid model?
3 views (last 30 days)
Show older comments
When I try to simulate this model, there is no problem:
But when I add a T-Junction block, it generates this error:
In the last picture you can see settings from T-Junction and Parallel Channels blocks. Areas and Diameters are all the same in the model.
2 Comments
Yifeng Tang
on 30 Jun 2023
The warning message suggests conflicting high-priority initial conditions. That may lead to unexpected initial conditions as Simscape TRIES to satify most of the specified initial conditions. You may use the variable viewer to see what exact values to which the model initialized to.
If you can share the model, it'll make it easier for the community to help diagnose.
Answers (1)
Yifeng Tang
on 7 Jul 2023
Hi Miguel,
In the model you shared, the T-junction has the default initial flow target of 0 at all ports and "high" priority. This is in conflict with the mass flow rate source you connected to the A port, and the simulation failed to find a consistent set of initial conditions to start.
The solution is simple though. Make the priority "None" for these flows, so at t=0 the solver won't try to make the flow at each port zero. Instead they'll be determined by the ICs from other blocks, in this case the flow rate source. See below.
This makes the model run.
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!