← Back to team overview

yade-users team mailing list archive

Re: [Question #371126]: particles fly out of boundary

 

Question #371126 on Yade changed:
https://answers.launchpad.net/yade/+question/371126

    Status: Open => Answered

Christian Jakob proposed the following answer:
I am not familiar with randomDensePack, but as the name indicates it
will generate a dense packing. So maybe particles are overlapping and
high forces will act on particles. If time step is too high particles
can penetrate through walls (facets).

If you want to calm your model down to adequate velocities you may also
consider calm() function [1] in combination with a PyRunner[2]. An
example can be found here:

https://github.com/yade/trunk/blob/master/examples/clumps
/replaceByClumps-example.py#L85

Regards,

Christian

[1] https://yade-dem.org/doc/yade.utils.html?highlight=calm#yade._utils.calm
[2] https://yade-dem.org/doc/yade.wrapper.html?highlight=pyrunner#yade.wrapper.PyRunner

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.