← Back to team overview

yade-users team mailing list archive

Re: [Question #668191]: The spheres explodes at the first iter

 

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

JIPEIQI gave more information on the question:
And when the explode happens,

for ip in O.interactions:
	print O.bodies[ip.id1].state.pos
	print O.bodies[ip.id1].state.mass
	print O.bodies[ip.id2].state.pos
	print O.bodies[ip.id2].state.mass
	break

will print (a interaction between walls and sphere): 
 Vector3(0,0,0.2)
0.0
Vector3(nan,nan,nan)
0.0

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