Re: [Yade-users] [Question #683946]: How to update yade (stable) version

2019-09-15 Thread A Dinesh
Question #683946 on Yade changed: https://answers.launchpad.net/yade/+question/683946 Status: Open => Answered A Dinesh proposed the following answer: Hi Leonard, I would suggest you to install from sources. It is quite easy and it works. I installed Yade a month ago, there were

Re: [Yade-users] [Question #683851]: contact detection between polyhedra and sphere

2019-09-12 Thread A Dinesh
Question #683851 on Yade changed: https://answers.launchpad.net/yade/+question/683851 A Dinesh posted a new comment: This reference also looks good [1]. See section 2. [1] https://www.sciencedirect.com/science/article/pii/037843719500111J -- You received this question notification because your

Re: [Yade-users] [Question #683851]: contact detection between polyhedra and sphere

2019-09-12 Thread A Dinesh
Question #683851 on Yade changed: https://answers.launchpad.net/yade/+question/683851 Status: Open => Answered A Dinesh proposed the following answer: Hi Lip, That's what Jan is explaining, I guess. For a sphere-sphere interaction we have the contact force dependent on the a

Re: [Yade-users] [Question #683851]: contact detection between polyhedra and sphere

2019-09-11 Thread A Dinesh
Question #683851 on Yade changed: https://answers.launchpad.net/yade/+question/683851 A Dinesh posted a new comment: Hi Jan, Can you atleast please give references for which Yade implemented the contact detection from? Thank you. -- You received this question notification because your team

Re: [Yade-users] [Question #683775]: modelling "solid bridges" between particles

2019-09-09 Thread A Dinesh
Question #683775 on Yade changed: https://answers.launchpad.net/yade/+question/683775 Status: Open => Answered A Dinesh proposed the following answer: Hi Rioual, Yes you can model such kind of physics in Yade. To model such phenomena, we have to create bonds between particles, which fol

Re: [Yade-users] [Question #675482]: Viewer doesn't work in terminal

2018-10-23 Thread A Dinesh
Question #675482 on Yade changed: https://answers.launchpad.net/yade/+question/675482 Status: Answered => Solved A Dinesh confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is

[Yade-users] [Question #675482]: Viewer doesn't work in terminal

2018-10-23 Thread A Dinesh
New question #675482 on Yade: https://answers.launchpad.net/yade/+question/675482 When I run a script using ``` yade -x gts_horse.py ``` The viewer is opening but for some reason rather than showing the particles it is capturing the screen. And after sometime I get a segfault. ```

Re: [Yade-users] [Question #675481]: How to run a script using YADE

2018-10-23 Thread A Dinesh
Question #675481 on Yade changed: https://answers.launchpad.net/yade/+question/675481 Status: Open => Solved A Dinesh confirmed that the question is solved: I got it ``` yade -x script.py ``` -- You received this question notification because your team yade-users is an answer contact

Re: [Yade-users] [Question #675443]: Installation problem with libQt5OpenGL.so library.

2018-10-23 Thread A Dinesh
Question #675443 on Yade changed: https://answers.launchpad.net/yade/+question/675443 Status: Answered => Solved A Dinesh confirmed that the question is solved: Thanks for the responses. I will reopen it when I want to build from source. -- You received this question notification beca

[Yade-users] [Question #675481]: How to run a script using YADE

2018-10-23 Thread A Dinesh
New question #675481 on Yade: https://answers.launchpad.net/yade/+question/675481 Hello all, I habe installed YADE in my system (Ubuntu 16.04). I am learning the basics. I have saved the bouncing cube (https://yade-dem.org/doc/tutorial-examples.html#bouncing-sphere) in a python file and triend

Re: [Yade-users] [Question #675443]: Installation problem with libQt5OpenGL.so library.

2018-10-23 Thread A Dinesh
Question #675443 on Yade changed: https://answers.launchpad.net/yade/+question/675443 Status: Answered => Open A Dinesh is still having a problem: >> sudo apt-get install yade I even did that too. But want to integrate my research so I wanted to build it from source. I can do t

Re: [Yade-users] [Question #675443]: Installation problem with libQt5OpenGL.so library.

2018-10-22 Thread A Dinesh
Question #675443 on Yade changed: https://answers.launchpad.net/yade/+question/675443 Status: Answered => Open A Dinesh is still having a problem: Thanks for the answers. I removed paraview from path and did a reinstall. Now I get different er

Re: [Yade-users] [Question #675443]: Installation problem with libQt5OpenGL.so library.

2018-10-22 Thread A Dinesh
Question #675443 on Yade changed: https://answers.launchpad.net/yade/+question/675443 A Dinesh posted a new comment: I have paraview installed in Documnets folder. Because I had it to update to a latest version. Do you think this creates any problem? -- You received this question notification

Re: [Yade-users] [Question #675443]: Installation problem with libQt5OpenGL.so library.

2018-10-22 Thread A Dinesh
Question #675443 on Yade changed: https://answers.launchpad.net/yade/+question/675443 A Dinesh posted a new comment: Okay. I reinstalled qt5. I need to reinstall yade now, but for now here is the cmakw output ``` -- dinesh@Personal /home/dinesh/myYade/build

Re: [Yade-users] [Question #675443]: Installation problem with libQt5OpenGL.so library.

2018-10-21 Thread A Dinesh
Question #675443 on Yade changed: https://answers.launchpad.net/yade/+question/675443 A Dinesh gave more information on the question: I saw some answers about compiling it without the opengl extension. But can we make it work with it? -- You received this question notification because your team

[Yade-users] [Question #675443]: Installation problem with libQt5OpenGL.so library.

2018-10-21 Thread A Dinesh
New question #675443 on Yade: https://answers.launchpad.net/yade/+question/675443 Hi all, I had sucesfully compiled the source and installed yade on my system. I am using Ubuntu 16.04, with python 2.7, ubuntu distribution. After installation I tried to run the binary from install folder. ``` -

Re: [Yade-users] [Question #374814]: What time step is prescribed?

2016-08-31 Thread A Dinesh
Question #374814 on Yade changed: https://answers.launchpad.net/yade/+question/374814 A Dinesh posted a new comment: Thanks for the reply, Actually I am implementing basic bouncing ball using Discrete element method. So, to find the force between the ball the wall, I am using hertzian law. So

[Yade-users] [Question #374814]: What time step is prescribed?

2016-08-30 Thread A Dinesh
New question #374814 on Yade: https://answers.launchpad.net/yade/+question/374814 The minimum time step can be calculated from the collision of two ball time divides by 5 or 50. But when I use Hertzian model the stiffness is high and the time step is too low. But If Linear force model is used th

[Yade-users] [Question #295435]: What are the forces acting on a bouncing ball?

2016-06-18 Thread A Dinesh
New question #295435 on Yade: https://answers.launchpad.net/yade/+question/295435 Sir , I am using a basic overlap amount to find the force on the bouncing ball. And compute the position of the Ball. I have a following concept question. When the ball is in the air the only force acting is grav

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

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-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

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

[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 u