[Yade-users] [Question #657943]: load and displacement

2017-09-12 Thread SayedHessam
New question #657943 on Yade: https://answers.launchpad.net/yade/+question/657943 HI guys, I have written up a script to simulate compression test for sand particles. But I faced some questions: 1- I can not plot he sigma result and when I run my model just I can see a blank graph. 2- I

Re: [Yade-users] [Question #269691]: Erreur de segmentation (core dumped)

2017-09-12 Thread Michal Nitka
Question #269691 on Yade changed: https://answers.launchpad.net/yade/+question/269691 Michal Nitka proposed the following answer: I've just föund söme new pröducts för yöu, I believe yöu're göing tö like it, möre infö at

Re: [Yade-users] [Question #657893]: Creating an animation of interactions using VTKExporter and Paraview

2017-09-12 Thread Ákos Orosz
Question #657893 on Yade changed: https://answers.launchpad.net/yade/+question/657893 Status: Answered => Solved Ákos Orosz confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is an

Re: [Yade-users] [Question #657911]: saving the data after simulation

2017-09-12 Thread Jan Stránský
Question #657911 on Yade changed: https://answers.launchpad.net/yade/+question/657911 Status: Open => Answered Jan Stránský proposed the following answer: Hello, > print os.path.abspath("/home/zg/scriptf/representary1.dat") no need to print it, it was just to show the difference between

Re: [Yade-users] [Question #657911]: saving the data after simulation

2017-09-12 Thread Swapnil
Question #657911 on Yade changed: https://answers.launchpad.net/yade/+question/657911 Swapnil posted a new comment: My mistake I tried: plot.saveDataTxt(/home/zg/scriptf/representry1.dat) (without the "#") print os.path.abspath("/home/zg/scriptf/representary1.dat") I can see the representary

[Yade-users] [Question #657911]: saving the data after simulation

2017-09-12 Thread Swapnil
New question #657911 on Yade: https://answers.launchpad.net/yade/+question/657911 I am running the following script to perform a certain test (penetration of a sphere into an assembly of other spheres). However, I am facing problems saving the plotted data. My script is as follows: from yade

Re: [Yade-users] [Question #657126]: Performing a penetration test

2017-09-12 Thread Swapnil
Question #657126 on Yade changed: https://answers.launchpad.net/yade/+question/657126 Swapnil posted a new comment: Alright Jan. I posted the saving data query in a new thread. -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #657637]: Applying confinement (rigid boundary) to a cylindrical sample

2017-09-12 Thread Swapnil
Question #657637 on Yade changed: https://answers.launchpad.net/yade/+question/657637 Swapnil posted a new comment: Understood this Jan, thanks a ton :) -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #657905]: Tensile test

2017-09-12 Thread Jan Stránský
Question #657905 on Yade changed: https://answers.launchpad.net/yade/+question/657905 Status: Open => Answered Jan Stránský proposed the following answer: Hello, 1) some comments a) O.bodies.append(facets) #add facets to the body global plate # name a new geometry "plate" for the

Re: [Yade-users] [Question #657637]: Applying confinement (rigid boundary) to a cylindrical sample

2017-09-12 Thread Jan Stránský
Question #657637 on Yade changed: https://answers.launchpad.net/yade/+question/657637 Jan Stránský proposed the following answer: Hello, in this case, try to find the problem step by step. I.e. do not run directly (remove O.run() form the script) and have a look what is hapenning. You would see

Re: [Yade-users] [Question #657126]: Performing a penetration test

2017-09-12 Thread Jan Stránský
Question #657126 on Yade changed: https://answers.launchpad.net/yade/+question/657126 Jan Stránský posted a new comment: Hello, the os.path.abspath was just to show the difference between home/.. and /home.. So again with print: ## import os print

Re: [Yade-users] [Question #657893]: Creating an animation of interactions using VTKExporter and Paraview

2017-09-12 Thread Jan Stránský
Question #657893 on Yade changed: https://answers.launchpad.net/yade/+question/657893 Status: Open => Answered Jan Stránský proposed the following answer: Hello, 1) the idea of VTKExporter is that one instance remembers how many times it did the export, saves the data using that info and

[Yade-users] [Question #657905]: Tensile test

2017-09-12 Thread Swapnil
New question #657905 on Yade: https://answers.launchpad.net/yade/+question/657905 Hi friends, I am trying a tensile test on a cylindrical sample of spheres. The sample is confined inside a cylindrical boundary using the facetCylinder. I intend to make the last (top)-most particles (at open-end)

Re: [Yade-users] [Question #657893]: Creating an animation of interactions using VTKExporter and Paraview

2017-09-12 Thread Bruno Chareyre
Question #657893 on Yade changed: https://answers.launchpad.net/yade/+question/657893 Bruno Chareyre posted a new comment: >I am also planning to animate polyhedra with the created method, where only VTKExporter can be used You could also use both, Exporter for the polyhedra, Recorder for the

Re: [Yade-users] [Question #657893]: Creating an animation of interactions using VTKExporter and Paraview

2017-09-12 Thread Ákos Orosz
Question #657893 on Yade changed: https://answers.launchpad.net/yade/+question/657893 Status: Answered => Open Ákos Orosz is still having a problem: Hello Robert, Thank you for your answer. I already tried VTKRecorder with success, but in this case the result at the end is a little bit

Re: [Yade-users] [Question #657637]: Applying confinement (rigid boundary) to a cylindrical sample

2017-09-12 Thread Swapnil
Question #657637 on Yade changed: https://answers.launchpad.net/yade/+question/657637 Swapnil posted a new comment: Thanks Jan. I tried running the script. It does not appear to be working the way it should. Instead, I see a few spheres and a different interaction behavior. Can you try running

Re: [Yade-users] [Question #657126]: Performing a penetration test

2017-09-12 Thread Swapnil
Question #657126 on Yade changed: https://answers.launchpad.net/yade/+question/657126 Swapnil posted a new comment: Thanks Jan. I tried adding the following to the script: import os os.path.abspath("home/zg/scriptf/representary1.dat") and then