yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #16556
Re: [Question #662544]: How to clump spheres and facet
Question #662544 on Yade changed:
https://answers.launchpad.net/yade/+question/662544
Status: Needs information => Open
Wenbin Fei gave more information on the question:
Hi Jan,
Thanks for your prompt reply.
I think the evidence of collision between outer surface and interior spheres are:
1. the wires on the outer surface are shining.
2. if the outer surface is ignored in the clump by modifying scripts as below, the clump of spheres drop quite faster.
#O1=O.bodies.append(pack.gtsSurface2Facets(surf,fixed=False,noBound=True,material=m))
sp=pack.randomDensePack(pack.inGtsSurface(surf),radius=0.1,memoizeDb=memoizeDb,returnSpherePack=True)
Otemp=sp.toSimulation()
#O3=O1+Otemp
O3=Otemp
Regards
Wenbin
--
You received this question notification because your team yade-users is
an answer contact for Yade.