aperiodic randomDensePack huge overlaps and strange behavior
Bug #1666838 reported by
Jan Stránský
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Yade |
New
|
Undecided
|
Unassigned |
Bug Description
Based on question https:/
#######
from yade import pack
pred=pack.
spheres=
O.bodies.
O.step()
print max(i.geom.
O.bodies.
#######
I got:
- packing smaller than predicate
- huge overlaps: r=0.1, max penetrationDept
playing with cropLayers and dim parameters did not help much (especially concerning the overlaps).
Am I missing something, or is the default behavior that bad?
cheers
Jan
To post a comment you must log in.
You are speaking of the non-periodic case, aren't you?
It seems it is using the pre-processor "TriaxialTest", I can imagine that this old lady is not giving exactly what it was years ago, then maybe the bad results you get.
It should not be too difficult to test what the curretn code is doing, and fix or replace by a more recent one inspired by some triaxial simulations from example folders.
Bruno