yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #26573
Re: [Question #699342]: generate two different radius particle in a box
Question #699342 on Yade changed:
https://answers.launchpad.net/yade/+question/699342
Jan Stránský proposed the following answer:
Hello,
> I've just started using yade recently
welcome :-)
you can try something like (not tested):
###
sp = pack.randomDensePack(...,returnSpherePack=True) # big particles
sp.makeCloud(...) # small particles
sp.toSimulation()
###
Cheers
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.