-open tyFlow_bindSearch_001.max
-set Octane as renderer
-set Box002 as Movable proxy
-in tyFlow001, Interfaces: Enable Particle Interface

: tyFlow_bindSearch_001_oct.max

After opening the viewport, move a few frames (eg frame 10)
Check the particle count and instance usage:
Open Octane object properties, right click on tyFlow001, select 'External plugin object info'
Note that Particle count is same as instance count (1182), so there is no benefit in using particles, each particle is different, 
as it is to expect from a mesh generated by physic in this setup.

Usage of a tyMesher is a better alternative: 
-create a TyMesher
-Pick tyFlow001
-change mode from Blobmesh to Input Geometry
-hide tyFlow001

see tyFlow_bindSearch_001_oct2.max
