← Back to team overview

yade-users team mailing list archive

[Question #693834]: Dense pack Irregular Shape

 

New question #693834 on Yade:
https://answers.launchpad.net/yade/+question/693834

Hi all,

I am creating real soil aggregate shapes filled with spherical particles and using a cohesive law to form this aggregate.

For this I am using:

import gts
from yade import pack
surf=gts.read(open('agg.gts'))
pred=pack.inGtsSurface(surf)
spheres=pack.randomDensePack(pred,radius=0.003)
O.bodies.append(spheres)

The point is: in order to get a random particle orientation and a dense pack (with particles overlaping) I am using RandomDensePack.
However, the aggregate I get as a result has no overlatping particles at all.

Do you know what could be the problem?

Kind regards,
Luis

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.