Re: [Yade-users] [Question #683488]: saving data

2019-08-29 Thread Bettina Suhr
Question #683488 on Yade changed: https://answers.launchpad.net/yade/+question/683488 Status: Open => Answered Bettina Suhr proposed the following answer: Hi Jinni Kim, There are different ways to save data for different purposes. Have a look at the tutorial -> oedometric script. Here infor

Re: [Yade-users] [Question #682833]: Irregular variation of unbalanced force during simulation

2019-08-29 Thread Launchpad Janitor
Question #682833 on Yade changed: https://answers.launchpad.net/yade/+question/682833 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. -- You rec

Re: [Yade-users] [Question #683405]: Yade 2019.01a vs. gitlab version

2019-08-29 Thread Bruno Chareyre
Question #683405 on Yade changed: https://answers.launchpad.net/yade/+question/683405 Status: Open => Answered Bruno Chareyre proposed the following answer: Thanks for trying. Maybe there was indeed a typo in that specific commit and it was fixed in another one. Unfortunately I don't think I

[Yade-users] [Question #683511]: meaning of ENABLE_MASK_ARBITRARY

2019-08-29 Thread Luc OGER
New question #683511 on Yade: https://answers.launchpad.net/yade/+question/683511 I need some explanation: In order to understand why the use of the mask is not functionning in some recent CPU envrionment (see 682290), I am looking inside the code of collider.cpp or body.cpp and I founded the i

Re: [Yade-users] [Question #683511]: meaning of ENABLE_MASK_ARBITRARY

2019-08-29 Thread Robert Caulk
Question #683511 on Yade changed: https://answers.launchpad.net/yade/+question/683511 Status: Open => Needs information Robert Caulk requested more information: >could you provied me some hints or links to the place for th explanation Sure, but first could you provide some links to the code

Re: [Yade-users] [Question #683511]: meaning of ENABLE_MASK_ARBITRARY

2019-08-29 Thread Luc OGER
Question #683511 on Yade changed: https://answers.launchpad.net/yade/+question/683511 Status: Needs information => Open Luc OGER gave more information on the question: i am still trying to understand why with some CPU environment the use of collider.avoidSelfInteractionMask is funcitonning we

Re: [Yade-users] [Question #683312]: How to fill a container with particles in STL format?

2019-08-29 Thread Irfaan Peerun
Question #683312 on Yade changed: https://answers.launchpad.net/yade/+question/683312 Irfaan Peerun gave more information on the question: Just an update: I have found that .stl would produce a facet and there can be no interaction between facet to facet. Hence, I am going to use sphere clumping

Re: [Yade-users] [Question #683312]: How to fill a container with particles in STL format?

2019-08-29 Thread Irfaan Peerun
Question #683312 on Yade changed: https://answers.launchpad.net/yade/+question/683312 Status: Open => Solved Irfaan Peerun confirmed that the question is solved: solved -- You received this question notification because your team yade-users is an answer contact for Yade. __

Re: [Yade-users] [Question #683488]: saving data

2019-08-29 Thread Jinny Kim
Question #683488 on Yade changed: https://answers.launchpad.net/yade/+question/683488 Jinny Kim posted a new comment: Hi Bettina Suhr, Thank you so much for your comments. I will look the tutorial and users manual first! -- You received this question notification because your team yade-users is

[Yade-users] [Question #683526]: Interaction problem between two bodies - Direct Shear

2019-08-29 Thread Akm
New question #683526 on Yade: https://answers.launchpad.net/yade/+question/683526 Hi, I have been trying to simulate the direct shear test in YADE version 1.20.0. I am able to construct the code upto the point where the box moves to create shearing in the sample. But there is a problem in the s

Re: [Yade-users] [Question #683388]: How to clump spheres and facet obtained from stl format

2019-08-29 Thread Irfaan Peerun
Question #683388 on Yade changed: https://answers.launchpad.net/yade/+question/683388 Irfaan Peerun gave more information on the question: Just an update: I have managed to convert the .stl file to .gts using the following command: stl2gts -r < filename.stl > filename.gts gmsh and libgts-bin nee