Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
RT,在颗粒流求解器中,好像没有现成的utility能统计某时间段中颗粒碰撞的次数吧?请问如果想实现这一功能,有什么思路嘛?
顆粒和顆粒的碰撞次數應該要自己編,顆粒跟patch的碰撞次數倒是有
在你的碰撞模型添加一个输出就好
@r07522121 请问颗粒壁面的碰撞次数如何统计
@lys 有一个叫PatchCollisionDensity的cloudFunctions,你可以试试
感谢您的回复