← Back to team overview

yade-users team mailing list archive

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.