Re: [Yade-users] [Question #683787]: Using ForceEngine to break a single JCFpm bond

2019-09-25 Thread Yaniv Fogel
Question #683787 on Yade changed: https://answers.launchpad.net/yade/+question/683787 Yaniv Fogel posted a new comment: Hi all, Jérôme, Thanks for the tips. I will dig deeper into the ForceEngine. Jan, That last important tip solved the problem :) I can't believe I missed that line in the

Re: [Yade-users] [Question #683787]: Using ForceEngine to break a single JCFpm bond

2019-09-25 Thread Yaniv Fogel
Question #683787 on Yade changed: https://answers.launchpad.net/yade/+question/683787 Status: Answered => Solved Yaniv Fogel 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 #683787]: Using ForceEngine to break a single JCFpm bond

2019-09-25 Thread Jan Stránský
Question #683787 on Yade changed: https://answers.launchpad.net/yade/+question/683787 Status: Open => Answered Jan Stránský proposed the following answer: Hi, a few minor notes: > PyRunner(command='fEngine.force[1]+=10',realPeriod=1,initRun=True), >

Re: [Yade-users] [Question #683787]: Using ForceEngine to break a single JCFpm bond

2019-09-24 Thread Yaniv Fogel
Question #683787 on Yade changed: https://answers.launchpad.net/yade/+question/683787 Status: Answered => Open Yaniv Fogel is still having a problem: Hi Jan and Jérôme, Thanks for the remarks. I understand what you mean about the dynamic state of the system. I tried investigating how the

Re: [Yade-users] [Question #683787]: Using ForceEngine to break a single JCFpm bond

2019-09-24 Thread Jan Stránský
Question #683787 on Yade changed: https://answers.launchpad.net/yade/+question/683787 Status: Open => Answered Jan Stránský proposed the following answer: Hello, > First question - > For the first trials, I tried using addF manually, using the code below > (after running the script). I

Re: [Yade-users] [Question #683787]: Using ForceEngine to break a single JCFpm bond

2019-09-24 Thread Jérôme Duriez
Question #683787 on Yade changed: https://answers.launchpad.net/yade/+question/683787 Jérôme Duriez posted a new comment: As for ForceEngine, it's maybe better to imagine it as injecting, in the sum of forces acting on bodies "ids", a new force. What happens next comes from the dynamics of the

Re: [Yade-users] [Question #683787]: Using ForceEngine to break a single JCFpm bond

2019-09-23 Thread Yaniv Fogel
Question #683787 on Yade changed: https://answers.launchpad.net/yade/+question/683787 Yaniv Fogel posted a new comment: Hi Jérôme, Thanks for the tips, but I am interested on the ForceEngine, rather than the JCFpm. I will do the displacement test just to verify the values. But again, I try to

Re: [Yade-users] [Question #683787]: Using ForceEngine to break a single JCFpm bond

2019-09-23 Thread Jérôme Duriez
Question #683787 on Yade changed: https://answers.launchpad.net/yade/+question/683787 Jérôme Duriez posted a new comment: Hi, If your goal is to learn about JCFpm (and not Force Engine in itself), I'd advice to better perform a displacement controlled test, where one particle is pulled from

[Yade-users] [Question #683787]: Using ForceEngine to break a single JCFpm bond

2019-09-09 Thread Yaniv Fogel
New question #683787 on Yade: https://answers.launchpad.net/yade/+question/683787 Hello, I'm a new user to YADE and I'm in the process of learning about the JCFpm model. I'm currently trying to break a bond between two particles using the ForceEngine. As described in the code bit below, I'm

Re: [Yade-users] [Question #683787]: Using ForceEngine to break a single JCFpm bond

2019-09-09 Thread Yaniv Fogel
Question #683787 on Yade changed: https://answers.launchpad.net/yade/+question/683787 Description changed to: Hello, I'm a new user to YADE and I'm in the process of learning about the JCFpm model. I'm currently trying to break a bond between two particles using the ForceEngine. As described in