question

pc neo avatar image
1 Like"
pc neo asked pc neo commented

FloWorks library has geared OGVs?

1) I will like to model a geared OGV (task executor flowitems), that is, it is a vessel that has cranes on it to load fluid from smaller barges/vessel. From the tutorial i learn that i need to add berth and loading arms so that the OGV will parked and be loaded. However, this berth is a fixed object. It is not exactly the same as the above scenario. Is there an object in FloWorks that can meet my need?


2) Another thought I have is to create LoadingArms and Berth and connect to every OGV (task executor flowitems) that is created on the fly. However, I believe I will need to "reset" the model with addition of new connection. This approach will fail. Am I right?

FlexSim 18.1.1
FloWorksfloworks module features
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

Patrick Zweekhorst avatar image
2 Likes"
Patrick Zweekhorst answered pc neo commented

Hi @pc neo,

Let me answer your second question first. No, you can create and destroy connections on the fly. There is no need to reset your model. If you have some kind of flowObject you can simply connect it to another flowObject by using the "flowObject.connect( otherFlowObject ) " command. This command connects the flowObjects and lets flow flow through the model, when possible. This connection can be destroyed with "flowObject.output.ports[1].disconnect" when you no longer need the connection.

With this connection and disconnection functions you can connect two flowVessels and let barges empty an OGV. I have done this in the example model. Note that I have added an OGV object to the flowItemBin. This is a flowVessel with a loading arm in it. There is actually no real need to use the loading arm, you can also directly connect the two tanks to each other if you want.

If you have any questions about this model please let me know. I don't mind explaining it a bit further. There might be other solutions possible as well, but I think this does what you want.

Patrick Zweekhorst

floworksdemo.fsm


ogv.gif (1.2 MiB)
floworksdemo.fsm (40.3 KiB)
· 6
5 |100000

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