← Back to team overview

yade-users team mailing list archive

Re: [Question #662544]: How to clump spheres and facet

 

Question #662544 on Yade changed:
https://answers.launchpad.net/yade/+question/662544

Wenbin Fei gave more information on the question:
Hi Jan,

My script is as below when just considering the spheres.

#################
if surf.is_closed():	
	#O1=O.bodies.append(pack.gtsSurface2Facets(surf,fixed=False,noBound=True,material=m))	
	sp1=pack.randomDensePack(pack.inGtsSurface(surf),radius=0.1,memoizeDb=memoizeDb,returnSpherePack=True)

sp.makeClumpCloud((0,0,0),(20,20,20),[sp1],periodic=True,num=3)

sp.toSimulation()
###################

Thanks

Wenbin

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