[Yade-users] [Question #222250]: model a direct shear test

2013-02-18 Thread anna effeindzourou
New question #50 on Yade: https://answers.launchpad.net/yade/+question/50 Hi all, I am trying to create a simulation in order to model a direct shear test with constant normal stress. I have already prepared a script with two boxes one on the other, a upper plate and a packing. At this s

Re: [Yade-users] [Question #222250]: model a direct shear test

2013-02-19 Thread tranviet
Question #50 on Yade changed: https://answers.launchpad.net/yade/+question/50 Status: Open => Answered tranviet proposed the following answer: Hi Anna, Just modify the example of the simple shear test ( in the Example folder of YADE). All required engines are already there. The exa

Re: [Yade-users] [Question #222250]: model a direct shear test

2013-02-19 Thread anna effeindzourou
Question #50 on Yade changed: https://answers.launchpad.net/yade/+question/50 Status: Answered => Open anna effeindzourou is still having a problem: Hi Viet, Thanks for your answer. The problem is that the engine used in the simple shear test, if I have well understood, includes a r

Re: [Yade-users] [Question #222250]: model a direct shear test

2013-02-19 Thread Anton Gladky
Question #50 on Yade changed: https://answers.launchpad.net/yade/+question/50 Status: Open => Answered Anton Gladky proposed the following answer: Hi, I think, you do not need to use a C++ to solve this task. You need to define to boxes (or set of facets) and use 2 TranslationEngines

Re: [Yade-users] [Question #222250]: model a direct shear test

2013-02-20 Thread Luc Scholtès
Question #50 on Yade changed: https://answers.launchpad.net/yade/+question/50 Luc Scholtès requested more information: Hello Anna, sorry for the late reply. I saw your email but could not find time to answer it. -- You received this question notification because you are a member of yade

Re: [Yade-users] [Question #222250]: model a direct shear test

2013-02-20 Thread Luc Scholtès
Question #50 on Yade changed: https://answers.launchpad.net/yade/+question/50 Luc Scholtès proposed the following answer: Euh... Me again. I was looking for a way to attach files to my answer... I have a python script that should help you. It performs a direct shear test as you describe w

Re: [Yade-users] [Question #222250]: model a direct shear test

2013-02-20 Thread Bruno Chareyre
Question #50 on Yade changed: https://answers.launchpad.net/yade/+question/50 Bruno Chareyre requested more information: Dear Anna, Please allow me a question back. How did you have this idea of using translation engine? You are not alone. Actually it seems 99% of the users will jump on

Re: [Yade-users] [Question #222250]: model a direct shear test

2013-02-20 Thread anna effeindzourou
Question #50 on Yade changed: https://answers.launchpad.net/yade/+question/50 anna effeindzourou posted a new comment: Hi all, @ Anton: I did it in a similar way but was not really sure. @Luc: Of course, we can discuss this by email. @Bruno: I don't know for me it was logical to use the

Re: [Yade-users] [Question #222250]: model a direct shear test

2013-02-20 Thread Bruno Chareyre
Question #50 on Yade changed: https://answers.launchpad.net/yade/+question/50 Bruno Chareyre requested more information: >Maybe just by changing directly the values of the velocity of the boxes? Exactly. It is more direct (hence more predictable) and shorter to type. How did you know a Tr

Re: [Yade-users] [Question #222250]: model a direct shear test

2013-02-24 Thread jduriez
Question #50 on Yade changed: https://answers.launchpad.net/yade/+question/50 jduriez proposed the following answer: Hello Anna, I performed similar simulations, but with a simple shear box. I wrote an engine to apply this constant normal stress path : https://yade-dem.org/doc/yade.wr

Re: [Yade-users] [Question #222250]: model a direct shear test

2013-02-24 Thread anna effeindzourou
Question #50 on Yade changed: https://answers.launchpad.net/yade/+question/50 Status: Answered => Solved anna effeindzourou confirmed that the question is solved: Hi guys, Thank you for your help. cheers, Anna -- You received this question notification because you are a member of

Re: [Yade-users] [Question #222250]: model a direct shear test

2013-02-25 Thread Luc Scholtès
Question #50 on Yade changed: https://answers.launchpad.net/yade/+question/50 Luc Scholtès posted a new comment: Hi Anna, I could not fin an email adress where to send you my script and some explanations, so here is my code below. I guess you can copy-paste it directly as a python script.

Re: [Yade-users] [Question #222250]: model a direct shear test

2013-07-12 Thread liucheng83
Question #50 on Yade changed: https://answers.launchpad.net/yade/+question/50 liucheng83 posted a new comment: Hi Luc Scholtès, Something is wrong when it go to the sentence O.bodies.append(ymport.text(PACKING+'.spheres',scale=1.,shift=Vector3(0,0,0),material=sphereMat)) can you give me s

Re: [Yade-users] [Question #222250]: model a direct shear test

2013-07-15 Thread Luc Scholtès
Question #50 on Yade changed: https://answers.launchpad.net/yade/+question/50 Luc Scholtès posted a new comment: Hello, Nothing is "wrong" with the code, it is simply looking for a packing whose name is defined by PACKING at the beginning of the script and finished by ".spheres". They are