yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #24144
Re: [Question #693542]: Conveyor factory with periodic packing
Question #693542 on Yade changed:
https://answers.launchpad.net/yade/+question/693542
Status: Needs information => Answered
Jan Stránský proposed the following answer:
Hello,
You have several options:
- as suggested by Robert, implement the particle creation "manually" (search O.bodies.append, PyRunner etc.)
- using existing features - see examples [1,2,3] (also available in the source code in "examples" directory)
cheers
Jan
[1] https://gitlab.com/yade-dev/trunk/-/blob/master/examples/spheresFactory.py
[2] https://gitlab.com/yade-dev/trunk/-/blob/master/examples/hourglass/hourglass.py
[3] https://gitlab.com/yade-dev/trunk/-/blob/master/examples/packs/packs.py
--
You received this question notification because your team yade-users is
an answer contact for Yade.