yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #06733
Re: [Question #215571]: 2D makeCloud
Question #215571 on Yade changed:
https://answers.launchpad.net/yade/+question/215571
Status: Open => Answered
Chareyre proposed the following answer:
Hi,
The check on input parameters was excessively restrictive. I removed it. Now the command you show works correctly (update yade-daily package) even if periodic=False.
>what is the way to fill a box with the maximum number of spheres of the
same radius?
Translating you question into input parameters gives:
sp.makeCloud(minCorner=(0,0,0),maxCorner=(1,1,0),rRelFuzz=0,rMean=something)
... which works like a charm. :)
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.