Re: [Yade-users] [Question #402893]: Ids order in O.interactions

2016-10-11 Thread Hadda
Question #402893 on Yade changed: https://answers.launchpad.net/yade/+question/402893 Status: Answered => Solved Hadda confirmed that the question is solved: Thank you Bruno, yes it did! -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #402893]: Ids order in O.interactions

2016-10-11 Thread Bruno Chareyre
Question #402893 on Yade changed: https://answers.launchpad.net/yade/+question/402893 Bruno Chareyre proposed the following answer: The force is always applied by i.id1 on i.id2. No need to use the normal. Does it answer your question? -- You received this question notification because your

Re: [Yade-users] [Question #402893]: Ids order in O.interactions

2016-10-11 Thread Hadda
Question #402893 on Yade changed: https://answers.launchpad.net/yade/+question/402893 Hadda posted a new comment: Hi Bruno, Thank you for your answer - I was just wondering if they were arranged such that one can know the force applied by id1 on id2 without using the normal. Cheers -- You

Re: [Yade-users] [Question #402893]: Ids order in O.interactions

2016-10-10 Thread Bruno Chareyre
Question #402893 on Yade changed: https://answers.launchpad.net/yade/+question/402893 Status: Open => Answered Bruno Chareyre proposed the following answer: Hi Nejib, there is no convention. The fact that O.interactions[x,y] is the same as O.interactions[y,x] is a desirable feature, isn't

[Yade-users] [Question #402893]: Ids order in O.interactions

2016-10-10 Thread Hadda
New question #402893 on Yade: https://answers.launchpad.net/yade/+question/402893 Hi, Is there any physical meaning/convention behind the order at which pairwise particles ids are appended to O.interactions? I am interested in the default ones: for i in O.interactions: print i.id1, i.id2 I