Item stuck at Object Fluid to Item?

Item stuck at Object Fluid to Item?

rajankur6494
Advocate Advocate
36 Views
4 Replies
Message 1 of 5

Item stuck at Object Fluid to Item?

rajankur6494
Advocate
Advocate

[ FlexSim 23.1.0 ]

Hi Team,

I know fluid library is not recommended to use for fluid system anymore. But still, I would like to ask a question since my model is almost ready.

I am facing issue with "Fluid to Item" object while applying breakdown on it. Item is stuck in this object while breakdown and not flowing once it is resumed. Subsequently, it is shown as blocked in time in state chart.

Any idea how to resolve this issue if you have come across?

Thank you!

0 Likes
Accepted solutions (1)
37 Views
4 Replies
Replies (4)
Message 2 of 5

jason_lightfootVL7B4
Autodesk
Autodesk
Please post your model.
0 Likes
Message 3 of 5

rajankur6494
Advocate
Advocate

Hi @Jason Lightfoot,

Please find it attached here.

18.08.2023_Fluid to Item_Bug_Trial.fsm


0 Likes
Message 4 of 5

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

This looks like a bug - I'll send it to the dev team.

For now you can add this to the resume function of the unitizer's failure:

if (downobject.subnodes.length)
    releaseitem(downobject.first);

assuming there's only one item in the object - otherwise loop through and release them all.

0 Likes
Message 5 of 5

julie_weller
Not applicable

Hi @Ankur A3, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes