← Back to team overview

yade-users team mailing list archive

[Question #291326]: Packing and predicate dimension

 

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

Hello everyone,

In my script I'm using a gts surface to create a random dense pack.

However, the dimensions of the pack are different from gts surface, as described by these two warnings:

UserWarning: Packing's dimension (Vector3(1.7155834296905184,0.9247992240716244,1.7113872666787984)) doesn't fully contain dimension of the predicate (Vector3(2,1,2)).
  if dimP[0]>dimS[0] or dimP[1]>dimS[1] or dimP[2]>dimS[2]: warnings.warn("Packing's dimension (%s) doesn't fully contain dimension of the predicate (%s)."%(dimS,dimP))

Follows the image of the pack. The blue line is gts surface.

https://drive.google.com/open?id=0B9LhrwAf_vasWTd5cG5MektKOXc

How can I create a pack of spheres with the same predicate of gts?

Thanks,
Luis

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