How can I solve the error generated by a T-Junction when there is a Parallel Channels block in my simscape fluid model?

2 Ansichten (letzte 30 Tage)
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 Kommentare
Yifeng Tang
Yifeng Tang am 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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Yifeng Tang
Yifeng Tang am 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.

Kategorien

Mehr zu Simscape Fluids finden Sie in Help Center und File Exchange

Produkte


Version

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by