Re: [Yade-users] [Question #404363]: porosity calculation for clumps

2016-11-24 Thread Bettina Suhr
Question #404363 on Yade changed: https://answers.launchpad.net/yade/+question/404363 Status: Answered => Solved Bettina Suhr confirmed that the question is solved: Thanks Bruno Chareyre, that solved my question. -- You received this question notification because your team yade-users is an

Re: [Yade-users] [Question #404361]: using randomDensePack meets error

2016-11-24 Thread xjin
Question #404361 on Yade changed: https://answers.launchpad.net/yade/+question/404361 Status: Answered => Solved xjin 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 an answer

Re: [Yade-users] [Question #404361]: using randomDensePack meets error

2016-11-24 Thread Jan Stránský
Question #404361 on Yade changed: https://answers.launchpad.net/yade/+question/404361 Status: Open => Answered Jan Stránský proposed the following answer: Hello, see [1] and my last answer, I guess your computer cannot reserve so much memory for all particles. Your predicate is 1x1x1=1m3,

Re: [Yade-users] [Question #404361]: using randomDensePack meets error

2016-11-24 Thread xjin
Question #404361 on Yade changed: https://answers.launchpad.net/yade/+question/404361 Status: Answered => Open xjin is still having a problem: Thanks Jan Stránský (honzik) ,but when I correct it,another problem is out.can you help me ?Thanks a lot! The script and problem are below: from

Re: [Yade-users] [Question #404363]: porosity calculation for clumps

2016-11-24 Thread Bruno Chareyre
Question #404363 on Yade changed: https://answers.launchpad.net/yade/+question/404363 Status: Open => Answered Bruno Chareyre proposed the following answer: Hi Bettina, You find out that the volume(or mass) of the clump is calculated correctly (your third value). The porosity is not and

Re: [Yade-users] [Question #404328]: contact position at the end of the simulation

2016-11-24 Thread Bruno Chareyre
Question #404328 on Yade changed: https://answers.launchpad.net/yade/+question/404328 Bruno Chareyre proposed the following answer: Hi, Another quick comment. Using a PyRunner is a bit overkill for this particular need. If you want to run 5000 then export (Jan suggested that already but it you

[Yade-users] [Question #404363]: porosity calculation for clumps

2016-11-24 Thread Bettina Suhr
New question #404363 on Yade: https://answers.launchpad.net/yade/+question/404363 Dear all, in simulations using clumps of overlapping spheres, I was wondering if the porosity is calculated correctly. Using the following example, I obtain the same results with yade-1.20.0 and yade-2016.06a:

Re: [Yade-users] [Question #404361]: using randomDensePack meets error

2016-11-24 Thread Jan Stránský
Question #404361 on Yade changed: https://answers.launchpad.net/yade/+question/404361 Status: Open => Answered Jan Stránský proposed the following answer: Hello, pred1=pack.inAlignedBox((tux1,tuy1,tuz1),(tux2,tuy2,tuz2)) the problem is that tux1 > tux2 (same for y and z) and therefore the

[Yade-users] [Question #404361]: using randomDensePack meets error

2016-11-24 Thread xjin
New question #404361 on Yade: https://answers.launchpad.net/yade/+question/404361 I am trying to make a mound using pack.randomDensePack, but a mistake is met.The script and the error noticeis shown below.Can you help me? from yade import pack from yade import plot densitytu=float(1600)