question

Ankur A3 avatar image
0 Likes"
Ankur A3 asked Julie Weller commented

Item stuck at Object Fluid to Item?

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!

FlexSim 23.1.0
objectfluid libraryfluid to item
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·
Please post your model.
0 Likes 0 ·
Ankur A3 avatar image Ankur A3 Jason Lightfoot ♦ commented ·

Hi @Jason Lightfoot,

Please find it attached here.

18.08.2023_Fluid to Item_Bug_Trial.fsm


0 Likes 0 ·
Julie Weller avatar image Julie Weller commented ·

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 0 ·

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

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.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.