New question #693567 on Yade:
https://answers.launchpad.net/yade/+question/693567
Hi all,
For some reason I could not identify yet, my random Dense Pack, is not being
compacted by TriaxialTest (aperiodic).
I got only a cloud of spheres.
surf=gts.read(open('sphere.gts'))
if surf.is_closed():
pred=pack.inGtsSurface(surf)
sp=pack.randomDensePack(pred,radius=0.025,returnSpherePack=True)
sp.tosimulation()
Similar problem was observed when using:
ag=O.bodies.append(
pack.randomDensePack(
(pack.inSphere((0,0,r),r)),radius=rad,color=(0,1,0),rRelFuzz=0,material='spheres')
)
As reported here (1)
(1)https://answers.launchpad.net/yade/+question/693459
My guess is that something has changed in the last update.
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