Re: [Yade-users] [Question #683934]: Bond broken and non movement of cohesive particles

2019-09-17 Thread Akm
Question #683934 on Yade changed: https://answers.launchpad.net/yade/+question/683934 Status: Needs information => Open Akm gave more information on the question: Hi Jan, Thanks for the call. But if I do not use the gts surface, then the essence of the question will be lost. I will try to

Re: [Yade-users] [Question #683687]: Unable to save/reload FlowEngine scene

2019-09-17 Thread Robert Caulk
Question #683687 on Yade changed: https://answers.launchpad.net/yade/+question/683687 Robert Caulk posted a new comment: >Nevertheless history-independent problems (such as incompressible flow) will still work, since a new mesh will be created on reload, and it's just fine. The simple example I

Re: [Yade-users] [Question #683967]: GlobalStiffnessTimeStepper with Potential Blocks

2019-09-17 Thread Vasileios Angelidakis
Question #683967 on Yade changed: https://answers.launchpad.net/yade/+question/683967 Vasileios Angelidakis 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 answer contact for

Re: [Yade-users] [Question #683967]: GlobalStiffnessTimeStepper with Potential Blocks

2019-09-17 Thread Vasileios Angelidakis
Question #683967 on Yade changed: https://answers.launchpad.net/yade/+question/683967 Status: Answered => Solved Vasileios Angelidakis confirmed that the question is solved: Hi Bruno, Many thanks for your reply. This indeed sounds simpler. The idea of having the same units for kn, ks in

Re: [Yade-users] [Question #683967]: GlobalStiffnessTimeStepper with Potential Blocks

2019-09-17 Thread Bruno Chareyre
Question #683967 on Yade changed: https://answers.launchpad.net/yade/+question/683967 Bruno Chareyre posted a new comment: In other words: 1/ rename the current kn, ks [force/volume] differently (automatic search replace), say volKn and volKs 2/ introduce new attributes named kn, ks, and

Re: [Yade-users] [Question #683687]: Unable to save/reload FlowEngine scene

2019-09-17 Thread Bruno Chareyre
Question #683687 on Yade changed: https://answers.launchpad.net/yade/+question/683687 Bruno Chareyre posted a new comment: For future reference: history-dependent problems (such as heat transfer) will not play well with save/load since, indeed, field data written in the triangulation will be

Re: [Yade-users] [Question #683967]: GlobalStiffnessTimeStepper with Potential Blocks

2019-09-17 Thread Bruno Chareyre
Question #683967 on Yade changed: https://answers.launchpad.net/yade/+question/683967 Status: Open => Answered Bruno Chareyre proposed the following answer: Hi, We got a similar situation some time ago with Hertzian models. Their tangent stiffness (kn=dfn/dun) depends on the normal force

Re: [Yade-users] [Question #683967]: GlobalStiffnessTimeStepper with Potential Blocks

2019-09-17 Thread Vasileios Angelidakis
Question #683967 on Yade changed: https://answers.launchpad.net/yade/+question/683967 Vasileios Angelidakis gave more information on the question: Hi, Thank you both for your advice! Robert, > Is it over estimating the time step, resulting in instability? - Yes, currently the

Re: [Yade-users] [Question #683967]: GlobalStiffnessTimeStepper with Potential Blocks

2019-09-17 Thread Janek Kozicki
Question #683967 on Yade changed: https://answers.launchpad.net/yade/+question/683967 Janek Kozicki posted a new comment: How about this: 1. reorganize a little bit GlobalStiffnessTimeStepper in following manner: 1.1. separate the code into another function which takes as an argument the [N/m]

Re: [Yade-users] [Question #682290]: the correct use of collider.avoidSelfInteractionMask ?

2019-09-17 Thread Launchpad Janitor
Question #682290 on Yade changed: https://answers.launchpad.net/yade/+question/682290 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Yade-users] [Question #683384]: After deletion of particles, why the output of particle number remains unchanged

2019-09-17 Thread zheng
Question #683384 on Yade changed: https://answers.launchpad.net/yade/+question/683384 Status: Answered => Solved zheng confirmed that the question is solved: Thanks Robert Caulk, that solved my question. -- You received this question notification because your team yade-users is an answer

Re: [Yade-users] [Question #683981]: What does 'rMean=-1' mean

2019-09-17 Thread Leonard
Question #683981 on Yade changed: https://answers.launchpad.net/yade/+question/683981 Status: Answered => Solved Leonard confirmed that the question is solved: Thanks Robert Caulk, that solved my question. -- You received this question notification because your team yade-users is an answer

Re: [Yade-users] [Question #683949]: particle position data

2019-09-17 Thread Jan Stránský
Question #683949 on Yade changed: https://answers.launchpad.net/yade/+question/683949 Status: Open => Needs information Jan Stránský requested more information: Hello, I have tried your code (using Yade 2018.02b), but found no "weird data" (did not try too much, thought).. Please be more

Re: [Yade-users] [Question #683981]: What does 'rMean=-1' mean

2019-09-17 Thread Robert Caulk
Question #683981 on Yade changed: https://answers.launchpad.net/yade/+question/683981 Status: Open => Answered Robert Caulk proposed the following answer: It is the default value passed to the function in the case that the user does not provide it. In this case '-1' is essentially a flag to

Re: [Yade-users] [Question #683967]: GlobalStiffnessTimeStepper with Potential Blocks

2019-09-17 Thread Robert Caulk
Question #683967 on Yade changed: https://answers.launchpad.net/yade/+question/683967 Robert Caulk posted a new comment: > Do you think this would slow down the engine or find any theoretical drawbacks? If it is just a single logical operator checking the for a potentialblock, the engine won't

[Yade-users] [Question #683981]: What does 'rMean=-1' mean

2019-09-17 Thread Leonard
New question #683981 on Yade: https://answers.launchpad.net/yade/+question/683981 Hi, I'd like to ask a stupid question about the meaning of ' someValue = -1', for example, in makeCloud [1], what does 'rMean=-1' and 'num=-1' mean? Thanks Leonard [1]