Question #702205 on Yade changed: https://answers.launchpad.net/yade/+question/702205
Ziyu Wang gave more information on the question: A discovery about this problem: I found that there seems to be no direct relationship with the flowengine. After deleting the flow part, I only ran a time step and found that the facet particles disappeared.I guess it may be related to the wall, so I consider setting the wall as follows, but it doesn't work... ----------------------------- mn,mx=Vector3(mnx,mny,mnz),Vector3(mxx,mxy,mxz) walls=aabbWalls([mn,mx],thickness=0,material='wall2') wallIds=O.bodies.append(walls) for i in range(6): O.bodies[i].state.vel=Vector3(0,0,0) O.bodies[i].state.blockedDOFs='xyzXYZ' ---------------------------- -- You received this question notification because your team yade-users is an answer contact for Yade. _______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : yade-users@lists.launchpad.net Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp