Re: [Yade-users] [Question #702665]: How to calculate the height of particle accumulation?

2022-08-09 Thread 孙灿
Question #702665 on Yade changed: https://answers.launchpad.net/yade/+question/702665 孙灿 posted a new comment: I tried the code again and there was no output from zdim. The code is as follows: from yade import pack,plot O.bodies.append(geom.facetBox((0.05, 9, 10), (0.1, 9, 10), wallMask=63)) sp

Re: [Yade-users] [Question #702665]: How to calculate the height of particle accumulation?

2022-08-09 Thread Karol Brzezinski
Question #702665 on Yade changed: https://answers.launchpad.net/yade/+question/702665 Karol Brzezinski posted a new comment: Are you sure? What is the console output after running this code? -- You received this question notification because your team yade-users is an answer contact for Yade. _

Re: [Yade-users] [Question #702665]: How to calculate the height of particle accumulation?

2022-08-09 Thread 孙灿
Question #702665 on Yade changed: https://answers.launchpad.net/yade/+question/702665 孙灿 posted a new comment: I just tried it and I found that the code works, but there is no zdim output in the console, why is that? -- You received this question notification because your team yade-users is an a

Re: [Yade-users] [Question #702665]: How to calculate the height of particle accumulation?

2022-08-09 Thread Karol Brzezinski
Question #702665 on Yade changed: https://answers.launchpad.net/yade/+question/702665 Karol Brzezinski posted a new comment: aabbDim() gives you dimensions (three values), so it should rather be: # O.bodies.append(geom.facetBox((0.05, 3, 4), (0.1, 3, 4), wallMask=63)) sp = pack.SpherePack() s