[Yade-users] [Question #657115]: Stress/strain probe?

2017-08-29 Thread Luc Scholtès
New question #657115 on Yade: https://answers.launchpad.net/yade/+question/657115 Hello again, To pursue with my objective to measure stress and strain in every kind of configuration, I would like to ask if there is already something in YADE that could be use to measure these quantities in

[Yade-users] [Question #657114]: Computing lateral strains in uniaxial tension tests

2017-08-29 Thread Luc Scholtès
New question #657114 on Yade: https://answers.launchpad.net/yade/+question/657114 Hello all, What would be the "simplest" way to compute the lateral strains in a uniaxial tension test (performed with uniaxialStrainer)? Is there already a function that I could use? At the moment, the only option

Re: [Yade-users] [Question #657061]: Compression strength

2017-08-29 Thread Jan Stránský
Question #657061 on Yade changed: https://answers.launchpad.net/yade/+question/657061 Jan Stránský proposed the following answer: Concerning load, just do ### def plotAddData(): f = O.forces.f(3)[1] d = 2*rayon_g load = f/pow(d,2) plot.addData( dspl =

Re: [Yade-users] [Question #657061]: Compression strength

2017-08-29 Thread SayedHessam
Question #657061 on Yade changed: https://answers.launchpad.net/yade/+question/657061 SayedHessam posted a new comment: Hi Jan, Maybe this question it can be silly but if my idea is wrong about loading in my script, How can I define the load for my model? Cheers Sam -- You received this

Re: [Yade-users] [Question #657061]: Compression strength

2017-08-29 Thread SayedHessam
Question #657061 on Yade changed: https://answers.launchpad.net/yade/+question/657061 SayedHessam posted a new comment: Dear Jan, Thanks for your reply. However, according to my attached script, I want to model my clumps to measure its uniaxial strength of my clumps. I tried to write up a

Re: [Yade-users] [Question #657061]: Compression strength

2017-08-29 Thread Jan Stránský
Question #657061 on Yade changed: https://answers.launchpad.net/yade/+question/657061 Status: Open => Answered Jan Stránský proposed the following answer: Hello, > How can I change force to load in my script? to change a label, just change force to load: ### ... plot.addData(

Re: [Yade-users] [Question #655866]: Rel. to Uniaxial test

2017-08-29 Thread Jan Stránský
Question #655866 on Yade changed: https://answers.launchpad.net/yade/+question/655866 Jan Stránský proposed the following answer: it should be enough Jan -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #657061]: Compression strength

2017-08-29 Thread SayedHessam
Question #657061 on Yade changed: https://answers.launchpad.net/yade/+question/657061 Status: Answered => Open SayedHessam is still having a problem: Dear Jan, Thank you for your perfect response. However, my result is different than my reference. Because the graph is based on LOAD and

Re: [Yade-users] [Question #655866]: Rel. to Uniaxial test

2017-08-29 Thread Swapnil
Question #655866 on Yade changed: https://answers.launchpad.net/yade/+question/655866 Swapnil posted a new comment: Jan, if we look at the script above, it is defined there. plot.plots={'eps':('sigma')} def addPlotData():

Re: [Yade-users] [Question #655866]: Rel. to Uniaxial test

2017-08-29 Thread Jan Stránský
Question #655866 on Yade changed: https://answers.launchpad.net/yade/+question/655866 Jan Stránský proposed the following answer: Concerning the bug, you need to delete/comment a line in yade executable to get its name, run 'which yade' to terminal (should be something like /usr/bin/yade) then