← Back to team overview

yade-users team mailing list archive

[Question #676748]: fixed=True how it is iworking?

 

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.