yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #20018
Re: [Question #681474]: force chain in paraview
Question #681474 on Yade changed:
https://answers.launchpad.net/yade/+question/681474
Alireza Sadeghi gave more information on the question:
Dear Jerome and Dear Jan,
Thank you very much for your help. I increased the confining pressure to
-1e8 Pa. the particles go through each other. but in the ParaView there
is no interaction. in addition, I added
PyRunner(command='history()',iterPeriod=10,label='recorder'),
to my engine and added
def history():
plot.addData(szz2=-triax.stress[2], ezz=-triax.strain[2], i=O.iter,)
O.run()
plot.plots={'ezz':('szz2')}
plot.plot()
to my code, and the diagram shows the stress versus strain and it is not zero. All in all, my problem does bot solve.
Thank you very much for your help.
Best Regards
Alireza
--
You received this question notification because your team yade-users is
an answer contact for Yade.