Re: [Yade-users] [Question #701438]: Why particle velocity varies with time step

2022-04-21 Thread Karol Brzezinski
Question #701438 on Yade changed: https://answers.launchpad.net/yade/+question/701438 Karol Brzezinski posted a new comment: Just a comment regarding changing the damping. I loaded the save from phase1, and inspected damping in the following way > O.engines[5].damping Output is 0.6, which confir

Re: [Yade-users] [Question #701438]: Why particle velocity varies with time step

2022-04-21 Thread Aoxi Zhang
Question #701438 on Yade changed: https://answers.launchpad.net/yade/+question/701438 Status: Answered => Open Aoxi Zhang is still having a problem: Hi, I'd like also use labels for engines. But sometimes I found that using label cannot successfully control the engine. For instance, in pha

Re: [Yade-users] [Question #701438]: Why particle velocity varies with time step

2022-04-21 Thread Jan Stránský
Question #701438 on Yade changed: https://answers.launchpad.net/yade/+question/701438 Jan Stránský posted a new comment: @Karol: I was surprised, too, but it does works also this way :-D It seems that somehow using class directly passes the argument to some instances. Maybe something about how bo

Re: [Yade-users] [Question #701438]: Why particle velocity varies with time step

2022-04-21 Thread Karol Brzezinski
Question #701438 on Yade changed: https://answers.launchpad.net/yade/+question/701438 Status: Open => Answered Karol Brzezinski proposed the following answer: Hi, I didn't run your code yet, but I am looking at the example. Are you sure that you modify the damping by > NewtonIntegrator.damp

Re: [Yade-users] [Question #701438]: Why particle velocity varies with time step

2022-04-21 Thread Aoxi Zhang
Question #701438 on Yade changed: https://answers.launchpad.net/yade/+question/701438 Aoxi Zhang gave more information on the question: Hi Jan, Thanks for your comments. >> it is not small enough to neglect the effect of its value. I further tested on other smaller dt values, e.g. 1e-10, but it

Re: [Yade-users] [Question #701438]: Why particle velocity varies with time step

2022-04-21 Thread Aoxi Zhang
Question #701438 on Yade changed: https://answers.launchpad.net/yade/+question/701438 Status: Answered => Open Aoxi Zhang is still having a problem: Hi Karol and Jan, Thanks for your feedback! Below are the scripts of the MWE: phase1.py from __future__ import division from yade im

Re: [Yade-users] [Question #701438]: Why particle velocity varies with time step

2022-04-21 Thread Jan Stránský
Question #701438 on Yade changed: https://answers.launchpad.net/yade/+question/701438 Status: Needs information => Answered Jan Stránský proposed the following answer: Hello, please read [3], section "Please, no external links!". MWE can be put directly in the question (assuming satisfying M