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

Hi,
I am reading a first layer of spheres sitting on a plate that I want to glue  
before doing a deposition of other.
I am using fixer=True inside O.bodies.append without  success.

During the run these spheres can move??

what is my problem in the definition of them?

here part of the code:
O.load("1st-step.yade")
print "len-load-O.bodies = ",len(O.bodies)

O.materials[0].frictionAngle=radians(15.0)

sp=pack.SpherePack()

for c,r in sp: 
        O.bodies.append(sphere(c,r,fixed=True))
        O.bodies[0].mask = 0b01 # 1

sp.toSimulation()

PS i am usin the yade daily 12-05



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

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to