Re: [Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-05-26 Thread weijie
Question #689434 on Yade changed: https://answers.launchpad.net/yade/+question/689434 weijie posted a new comment: Hi Vasileios, and thank you again. I will try to do it. Best regards, Jie -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-05-26 Thread Vasileios Angelidakis
Question #689434 on Yade changed: https://answers.launchpad.net/yade/+question/689434 Status: Open => Answered Vasileios Angelidakis proposed the following answer: Hi Jie, > found that the smaller the particles, the more serious the problem This is exactly the problem I have identified so

Re: [Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-05-25 Thread weijie
Question #689434 on Yade changed: https://answers.launchpad.net/yade/+question/689434 Status: Answered => Open weijie is still having a problem: Hi Vasileios, and thank you again. I zoomed in and found that some of the converted particles have some overlapping parts, which seems to be a

Re: [Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-05-25 Thread Vasileios Angelidakis
Question #689434 on Yade changed: https://answers.launchpad.net/yade/+question/689434 Status: Open => Answered Vasileios Angelidakis proposed the following answer: Hi, To convert all the polyhedra into PBs, you have to define the generation of PBs inside the loop. You are currently creating

Re: [Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-05-21 Thread weijie
Question #689434 on Yade changed: https://answers.launchpad.net/yade/+question/689434 weijie gave more information on the question: In the above MWS, I found that only one polyhedron can be converted. How can I convert multiple polyhedrons? -- You received this question notification because

Re: [Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-04-24 Thread weijie
Question #689434 on Yade changed: https://answers.launchpad.net/yade/+question/689434 weijie posted a new comment: Hi Vasileios, Thanks a lot for your help, scale the particle makes the direction of the polyhedron consistent. Best regards, Jie -- You received this question notification

Re: [Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-04-23 Thread Vasileios Angelidakis
Question #689434 on Yade changed: https://answers.launchpad.net/yade/+question/689434 Status: Open => Answered Vasileios Angelidakis proposed the following answer: Hi Jie, Please find below some corrections to your script. You have actually revealed a different bug in the code; many thanks

Re: [Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-04-23 Thread weijie
Question #689434 on Yade changed: https://answers.launchpad.net/yade/+question/689434 Status: Solved => Open weijie is still having a problem: Hi Vasileios, and thank you again. I have updated the latest trunk and also commented out these three lines, but I found that the orientation of the

Re: [Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-04-22 Thread Vasileios Angelidakis
Question #689434 on Yade changed: https://answers.launchpad.net/yade/+question/689434 Vasileios Angelidakis posted a new comment: Hi again, > I found that the direction of the transformed polyhedron is different from the original polyhedron. This is now fixed in the latest trunk, where you can

Re: [Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-03-30 Thread weijie
Question #689434 on Yade changed: https://answers.launchpad.net/yade/+question/689434 Status: Answered => Solved weijie confirmed that the question is solved: Thanks Vasileios Angelidakis, that solved my question. -- You received this question notification because your team yade-users is

Re: [Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-03-27 Thread Vasileios Angelidakis
Question #689434 on Yade changed: https://answers.launchpad.net/yade/+question/689434 Status: Open => Answered Vasileios Angelidakis proposed the following answer: > I found that the direction of the transformed polyhedron is different from the original polyhedron. Yes, this has been

Re: [Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-03-27 Thread weijie
Question #689434 on Yade changed: https://answers.launchpad.net/yade/+question/689434 Status: Answered => Open weijie is still having a problem: Hi Vasileios, and thank you again. I found that the direction of the transformed polyhedron is different from the original polyhedron. What if I

Re: [Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-03-26 Thread Vasileios Angelidakis
Question #689434 on Yade changed: https://answers.launchpad.net/yade/+question/689434 Status: Open => Answered Vasileios Angelidakis proposed the following answer: Hi weijie, The black part is only a visualisation issue. We cull (hide) the back faces of the particles and for some reason one

Re: [Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-03-26 Thread weijie
Question #689434 on Yade changed: https://answers.launchpad.net/yade/+question/689434 Status: Answered => Open weijie is still having a problem: Hi Vasileios, I tried to make a random polyhedron with reference to the information you provided. However, I encountered a difficulty. A

Re: [Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-03-22 Thread Vasileios Angelidakis
Question #689434 on Yade changed: https://answers.launchpad.net/yade/+question/689434 Status: Open => Answered Vasileios Angelidakis proposed the following answer: Hi weijie, Currently, I have not written a dedicated function to do something like this for the Potential Blocks. What you need

[Yade-users] [Question #689434]: How to generate many polyhedra randomly without specific data in Potential Blocks code?

2020-03-22 Thread weijie
New question #689434 on Yade: https://answers.launchpad.net/yade/+question/689434 Hello,all How to generate many polyhedra randomly without specific data in Potential Blocks code? Thanks in advance. -- You received this question notification because your team yade-users is an answer