Re: [Yade-users] [Question #706797]: I try to pack the sphere in the cylinder by gravity deposition. But it stop when it touches the funnel.

2023-05-27 Thread Jan Stránský
Question #706797 on Yade changed: https://answers.launchpad.net/yade/+question/706797 Status: Open => Answered Jan Stránský proposed the following answer: >> You can print the value before O.pause() >What value to print? > Do you mean print unbalancedForce before O.pause(). And what would pri

Re: [Yade-users] [Question #706797]: I try to pack the sphere in the cylinder by gravity deposition. But it stop when it touches the funnel.

2023-05-26 Thread Huan
Question #706797 on Yade changed: https://answers.launchpad.net/yade/+question/706797 Status: Answered => Open Huan is still having a problem: >What value to print? Do you mean print unbalancedForce before O.pause() > But how do I prevent the sphere from stopping when it touches the funnel o

Re: [Yade-users] [Question #706797]: I try to pack the sphere in the cylinder by gravity deposition. But it stop when it touches the funnel.

2023-05-26 Thread Jan Stránský
Question #706797 on Yade changed: https://answers.launchpad.net/yade/+question/706797 Status: Open => Answered Jan Stránský proposed the following answer: Most likely option is that it met the condition " unbalancedForce() < 0.01" in checkUnbalanced() function, where the simulation is paused

Re: [Yade-users] [Question #706797]: I try to pack the sphere in the cylinder by gravity deposition. But it stop when it touches the funnel.

2023-05-26 Thread Huan
Question #706797 on Yade changed: https://answers.launchpad.net/yade/+question/706797 Huan gave more information on the question: I did modify the 1st script for lesser sphere to see if the same reaction happens. Around 60k sphere particles also have the same reaction once the sphere hit the funne

[Yade-users] [Question #706797]: I try to pack the sphere in the cylinder by gravity deposition. But it stop when it touches the funnel.

2023-05-25 Thread Huan
New question #706797 on Yade: https://answers.launchpad.net/yade/+question/706797 Hello, I create a sphere packing position in the 1st script. However in second script, I import the position from the 1st script. I reduce the sphere value. I am confuse on why once the sphere hit the funnel the si