Randam Dense Pack

Asked by Luis Barbosa

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

Question information

Language:
English Edit question
Status:
Expired
For:
Yade Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.