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

3 次查看(过去 30 天)
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 个评论
Yifeng Tang
Yifeng Tang 2023-6-30
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.

请先登录,再进行评论。

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Simscape Fluids 的更多信息

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by