yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #20033
Re: [Question #681691]: how to generate binary particle system
Question #681691 on Yade changed:
https://answers.launchpad.net/yade/+question/681691
Status: Open => Answered
Jérôme Duriez proposed the following answer:
Hi,
Obviously there is.
sp = SpherePack()
sp.makeCloud(maxCorner=(1,1,1),psdSizes=(0.1,0.1,0.2,0.2),psdCumm=(0,0.50,0.50,1)) # https://yade-dem.org/doc/yade.pack.html?highlight=psd#yade._packSpheres.SpherePack.makeCloud
sp.toSimulation()
--
You received this question notification because your team yade-users is
an answer contact for Yade.