Re: [Yade-users] [Question #295158]: Can we create a rigid body using only particles, rather than importing a gts surface.

2016-06-13 Thread A Dinesh
Question #295158 on Yade changed: https://answers.launchpad.net/yade/+question/295158 Status: Answered => Solved A Dinesh confirmed that the question is solved: Thanks Anton Gladky, that solved my question. -- You received this question notification because your team yade-users is an

Re: [Yade-users] [Question #295158]: Can we create a rigid body using only particles, rather than importing a gts surface.

2016-06-13 Thread Anton Gladky
Question #295158 on Yade changed: https://answers.launchpad.net/yade/+question/295158 Anton Gladky proposed the following answer: 2016-06-13 19:22 GMT+02:00 A Dinesh : > As I am trying to write my own code to implement DEM, please suggest me which >

Re: [Yade-users] [Question #295158]: Can we create a rigid body using only particles, rather than importing a gts surface.

2016-06-13 Thread Marcus Moravia
Question #295158 on Yade changed: https://answers.launchpad.net/yade/+question/295158 Marcus Moravia proposed the following answer: Dear Dinesh, I suggest open a new topic for new questions (https://yade- dem.org/wiki/Howtoask). In spite of that, I answered your questions below. 1) "As Jérôme

Re: [Yade-users] [Question #295158]: Can we create a rigid body using only particles, rather than importing a gts surface.

2016-06-13 Thread A Dinesh
Question #295158 on Yade changed: https://answers.launchpad.net/yade/+question/295158 A Dinesh posted a new comment: Sir, I want to create a hopper. Then visualize the sand falling through it. In YADE hopper is made of facets, and the force interaction law, insertion sort collider, and many

Re: [Yade-users] [Question #295158]: Can we create a rigid body using only particles, rather than importing a gts surface.

2016-06-13 Thread Bruno Chareyre
Question #295158 on Yade changed: https://answers.launchpad.net/yade/+question/295158 Bruno Chareyre proposed the following answer: > A ball made up of spheres, bouncing in a box, which is also made of spheres. Bullet made up of spheres hitting a concrete wall composed of spheres. Yes of course,

Re: [Yade-users] [Question #295158]: Can we create a rigid body using only particles, rather than importing a gts surface.

2016-06-13 Thread Jérôme Duriez
Question #295158 on Yade changed: https://answers.launchpad.net/yade/+question/295158 Status: Open => Answered Jérôme Duriez proposed the following answer: As for your first example, getting a box made of spheres should be quite easy using "predicates", see for instance

Re: [Yade-users] [Question #295158]: Can we create a rigid body using only particles, rather than importing a gts surface.

2016-06-10 Thread A Dinesh
Question #295158 on Yade changed: https://answers.launchpad.net/yade/+question/295158 Status: Answered => Open A Dinesh is still having a problem: A ball made up of spheres, bouncing in a box, which is also made of spheres. Bullet made up of spheres hitting a concrete wall composed of

Re: [Yade-users] [Question #295158]: Can we create a rigid body using only particles, rather than importing a gts surface.

2016-06-10 Thread Jérôme Duriez
Question #295158 on Yade changed: https://answers.launchpad.net/yade/+question/295158 Jérôme Duriez requested more information: What kind of specific examples do you have in mind ? -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #295158]: Can we create a rigid body using only particles, rather than importing a gts surface.

2016-06-10 Thread A Dinesh
Question #295158 on Yade changed: https://answers.launchpad.net/yade/+question/295158 A Dinesh posted a new comment: Thank you sir, Actually my concern is, in almost every example of yade, every rigid body is modelled only with surfaces. Can we redo all those examples using only particles. Do

Re: [Yade-users] [Question #295158]: Can we create a rigid body using only particles, rather than importing a gts surface.

2016-06-10 Thread Jérôme Duriez
Question #295158 on Yade changed: https://answers.launchpad.net/yade/+question/295158 Status: Open => Answered Jérôme Duriez proposed the following answer: As said in the US: yes, we can. You can play with the dynamic attribute [1] of spherical particles so that they won't move, and

[Yade-users] [Question #295158]: Can we create a rigid body using only particles, rather than importing a gts surface.

2016-06-10 Thread A Dinesh
New question #295158 on Yade: https://answers.launchpad.net/yade/+question/295158 I am implementing Discrete element method using pure python. Here I would like to know whether we can create bodies only with particles rather than facets or planes. Because I want to model my complete simulation