← Back to team overview

yade-users team mailing list archive

Re: [Question #291202]: Clumping - angl of repose

 

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

    Status: Answered => Open

Seti is still having a problem:
Hi Kalus, 
Thanks for your response . I have tried to use mackeCloud , easily as per below, However I have the same problem. Would you please?

from yade import pack,utils, qt, plot

#create material
soil1 = CohFrictMat(young=30e9,poisson=0.3,frictionAngle=radians(30),density=2600.0,normalCohesion=1e6, shearCohesion=80e6,label='soil')
#color=(1,0,0) ----red color

O.materials.append(soil1)
O.bodies.append(utils.wall(0,axis=1,sense=1))
O.materials.append(CohFrictMat(young=30e9,poisson=0.3, frictionAngle = radians(30) , label='wallmat'))
wallmat = O.materials[-1]

sp=SpherePack()
sp.makeCloud((0,0,0),(14.5,14.5,14.5),rMean=0.5,rRelFuzz=0.0)
#sp.makeCloud((0,0,0),(14.5,14.5,14.5),rMean=0.2,rRelFuzz=0.0,False,0.95,[0.2,0.3,0.4,0.5,0.6,0.7,0.8],[0.14,0.28,0.34,0.50,0.65,0.85,1.00])
#spheres.toSimulation()
sp.toSimulation()
#O.bodies.append(spheres)

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