Re: [Yade-users] [Question #697642]: Many errors with PeriodicFlowEngine

2021-07-07 Thread Bruno Chareyre
Question #697642 on Yade changed: https://answers.launchpad.net/yade/+question/697642 Status: Open => Answered Bruno Chareyre proposed the following answer: > I tried to modify my code, but it failed. I don't know what's wrong with it. I was wondering if you can help me. This really is

Re: [Yade-users] [Question #697642]: Many errors with PeriodicFlowEngine

2021-07-07 Thread Zhicheng Gao
Question #697642 on Yade changed: https://answers.launchpad.net/yade/+question/697642 Status: Answered => Open Zhicheng Gao is still having a problem: @Bruno Chareyre Dear Chareyre, Thank you for your quick reply! I tried to modify my code, but it failed. I don't know what's wrong with it.

Re: [Yade-users] [Question #697642]: Many errors with PeriodicFlowEngine

2021-07-05 Thread Bruno Chareyre
Question #697642 on Yade changed: https://answers.launchpad.net/yade/+question/697642 Status: Open => Answered Bruno Chareyre proposed the following answer: > I delete partilces in the code: Indeed, my bad. > According to your prompt, I run my code without deleting particles and the

Re: [Yade-users] [Question #697642]: Many errors with PeriodicFlowEngine

2021-07-02 Thread Zhicheng Gao
Question #697642 on Yade changed: https://answers.launchpad.net/yade/+question/697642 Status: Needs information => Open Zhicheng Gao gave more information on the question: Dear Chareyre, The index of the older engine is 3, so I confirm the older engine is replaced by

Re: [Yade-users] [Question #697642]: Many errors with PeriodicFlowEngine

2021-07-02 Thread Bruno Chareyre
Question #697642 on Yade changed: https://answers.launchpad.net/yade/+question/697642 Status: Open => Needs information Bruno Chareyre requested more information: Do you confirm that the older engine is replaced after this (the indices 3 &4 where just random examples in my post)? Also, why

Re: [Yade-users] [Question #697642]: Many errors with PeriodicFlowEngine

2021-07-02 Thread Zhicheng Gao
Question #697642 on Yade changed: https://answers.launchpad.net/yade/+question/697642 Status: Solved => Open Zhicheng Gao is still having a problem: Dear Chareyre, I modified the code in Section B in the way you suggested, but the same error still occurred. Thank you for your attention to

Re: [Yade-users] [Question #697642]: Many errors with PeriodicFlowEngine

2021-07-01 Thread Zhicheng Gao
Question #697642 on Yade changed: https://answers.launchpad.net/yade/+question/697642 Status: Answered => Solved Zhicheng Gao confirmed that the question is solved: Thanks Bruno Chareyre, that solved my question. -- You received this question notification because your team yade-users is an

Re: [Yade-users] [Question #697642]: Many errors with PeriodicFlowEngine

2021-07-01 Thread Bruno Chareyre
Question #697642 on Yade changed: https://answers.launchpad.net/yade/+question/697642 Status: Open => Answered Bruno Chareyre proposed the following answer: Just replace it with a new one in O.engines. Something like: O.engines = O.engines[:3]+FlowEngine()+O.engines[4:] B -- You received

Re: [Yade-users] [Question #697642]: Many errors with PeriodicFlowEngine

2021-06-23 Thread Zhicheng Gao
Question #697642 on Yade changed: https://answers.launchpad.net/yade/+question/697642 Status: Solved => Open Zhicheng Gao is still having a problem: So how to delete the previous FlowEngine? -- You received this question notification because your team yade-users is an answer contact for

Re: [Yade-users] [Question #697642]: Many errors with PeriodicFlowEngine

2021-06-23 Thread Zhicheng Gao
Question #697642 on Yade changed: https://answers.launchpad.net/yade/+question/697642 Status: Answered => Solved Zhicheng Gao confirmed that the question is solved: Thanks Bruno Chareyre, that solved my question. -- You received this question notification because your team yade-users is an

Re: [Yade-users] [Question #697642]: Many errors with PeriodicFlowEngine

2021-06-23 Thread Bruno Chareyre
Question #697642 on Yade changed: https://answers.launchpad.net/yade/+question/697642 Status: Open => Answered Bruno Chareyre proposed the following answer: Hi, removing particles is not expected with flow engine. I think the simplest solution is to delete the previous FlowEngine after

Re: [Yade-users] [Question #697642]: Many errors with PeriodicFlowEngine

2021-06-22 Thread Stonecipher Jones
Question #697642 on Yade changed: https://answers.launchpad.net/yade/+question/697642 Stonecipher Jones posted a new comment: Thanks for the step by step tutorial. https://www.acesetm.pro/ -- You received this question notification because your team yade-users is an answer contact for Yade.

[Yade-users] [Question #697642]: Many errors with PeriodicFlowEngine

2021-06-21 Thread Zhicheng Gao
New question #697642 on Yade: https://answers.launchpad.net/yade/+question/697642 After deleting some particles, I encountered a lot of problems in the PeriodicFlowEngine. Such as: (1) GS did not converge in 20k iterations (maybe because the reference pressure is 0?); (2) segmentation fault