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.
_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yade-users
More help : https://help.launchpad.net/ListHelp