Re: [Yade-users] [Question #675926]: Particle size distribution curve after particle breaking

2018-11-05 Thread yangjunjie
Question #675926 on Yade changed: https://answers.launchpad.net/yade/+question/675926 yangjunjie posted a new comment: Hi Robert: Thank you for your reply !! But I meet some problems: I added the code you provided to mine, there seems to be some conflict between plt.show() and plot.plot(), Or

Re: [Yade-users] [Question #675879]: Polyhedron interaction with sphere

2018-11-05 Thread Jan Stránský
Question #675879 on Yade changed: https://answers.launchpad.net/yade/+question/675879 Jan Stránský posted a new comment: @Robert: using almost-newest trunk version and Ubuntu 18.04, I got interaction for both eps_pos=1e-5 and eps_pos=0.0.. Jan -- You received this question notification because

Re: [Yade-users] [Question #675934]: Crushing and breakage of particles

2018-11-05 Thread Jan Stránský
Question #675934 on Yade changed: https://answers.launchpad.net/yade/+question/675934 Jan Stránský posted a new comment: Hello, please be (much) more specific :-) at least links to related discussions for lazy people (like me) and future reference (for people finding/visiting this only question)

Re: [Yade-users] [Question #675879]: Polyhedron interaction with sphere

2018-11-05 Thread Jan Stránský
Question #675879 on Yade changed: https://answers.launchpad.net/yade/+question/675879 Jan Stránský posted a new comment: Hello, @Robert, "one of Yade's polyhedra specialists" I am afraid this "specialist" should be me.. at least this sphere- polyhedra interaction is my code, I will have a look a

Re: [Yade-users] [Question #675256]: running .so file wrapped by cython parallellized by mpi in yade

2018-11-05 Thread Ataollah Nateghi
Question #675256 on Yade changed: https://answers.launchpad.net/yade/+question/675256 Status: Answered => Solved Ataollah Nateghi confirmed that the question is solved: Thanks Chareyre, that solved my question. -- You received this question notification because your team yade-users is an an

Re: [Yade-users] [Question #675879]: Polyhedron interaction with sphere

2018-11-05 Thread Nishant
Question #675879 on Yade changed: https://answers.launchpad.net/yade/+question/675879 Nishant posted a new comment: @Bruno: The polyhedra and sphere are touching initially, and the polyhedra moves in the direction of the sphere with a prescribed velocity. So a real interaction is expected to occ

Re: [Yade-users] [Question #675879]: Polyhedron interaction with sphere

2018-11-05 Thread Bruno Chareyre
Question #675879 on Yade changed: https://answers.launchpad.net/yade/+question/675879 Status: Open => Answered Bruno Chareyre proposed the following answer: >When the sphere is located just at the center of the box (eps_pos = 0), there is an interaction between the two objects Hi, just a sho

Re: [Yade-users] [Question #675926]: Particle size distribution curve after particle breaking

2018-11-05 Thread Robert Caulk
Question #675926 on Yade changed: https://answers.launchpad.net/yade/+question/675926 Robert Caulk posted a new comment: **noticed it was missing some stuff** def getRadiusArray(): return radii radii = getRadiusArray() values,base=np.histogram(radii,bins=40) -- You received this ques

Re: [Yade-users] [Question #675926]: Particle size distribution curve after particle breaking

2018-11-05 Thread Robert Caulk
Question #675926 on Yade changed: https://answers.launchpad.net/yade/+question/675926 Status: Open => Answered Robert Caulk proposed the following answer: Hello, I guess you want something like this: def getRadiusArray(): radii=[] for b in O.bodies: if isinstance(b.shape,Sph

[Yade-users] [Question #675934]: Crushing and breakage of particles

2018-11-05 Thread Mehrad
New question #675934 on Yade: https://answers.launchpad.net/yade/+question/675934 Hi How can i check crushing and breakage behavior of particles when we have collision between polyhedra and particles ?? -- You received this question notification because your team yade-users is an answer conta