← Back to team overview

yade-users team mailing list archive

Re: [Question #238797]: Update interaction physics after changing material of spheres

 

Question #238797 on Yade changed:
https://answers.launchpad.net/yade/+question/238797

Bruno Chareyre posted a new comment:
>will this progressive change of contact stiffness really be faster then
using real material right from beginning?

Yes, definitely, if it is used the right way. Typically, you want to
increase stiffness each 10 steps or so. If you increase at each step the
loop for updating contact properties could take a significant time.

Yet, it is maybe not the best/simplest method. Actually, the computation time in your gravity deposition is ruled by gravity/stiffness. So, it would probably give the same benefit to increase gravity during deposition than to decrease stiffness.
Like for stiffness, you have to release gravity progressively in order to avoid explosions. The difference is that you don't have to take care of materials/interactions.
newton.gravity *= 0.99 #simple enough

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.