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.

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:

  1. if (downobject.subnodes.length)
  2.     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.