yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #16305
Re: [Question #661063]: repeat scripts cause the problem? how to solve
Question #661063 on Yade changed:
https://answers.launchpad.net/yade/+question/661063
Status: Needs information => Open
De zhang gave more information on the question:
Thank you! Jan~
The simple process was added on the above comment, and I have another questions about the plot.
###
line1 def addPlotData():
line 2 Fz=O.forces.setPermF(O.bodies[0].id,(0,0,-200-100*sin((15/pi)*O.time)))
line3 W=loadingplate.state.pos[2]-loadingplate.state.refPos[2]
line4 plot.addData(Fz=Fz,w=W,i=O.iter,unbalanced=unbalancedForce(),**O.energy)
I want to plot the loading force vs the displacement of sample, I can't understand about 'loadingplate.state.refPos[2]' in the line3 .
Thanks again~
--
You received this question notification because your team yade-users is
an answer contact for Yade.