← Back to team overview

yade-users team mailing list archive

Re: [Question #679748]: Error with lubrication law solver

 

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

    Status: Open => Answered

William Chèvremont proposed the following answer:
Hi,

Yes and no. In fact, you have two subsystem: one when the two spheres
interacts only with lubrication, and one when you have lubrication and
contact.

The "0" method solve the previous system then look if the results is in
the right condition. If not, it divide the timestep by two and do it
again on the two half timesteps, which sometimes leads to high number of
recursions. The "1" and "2" solve directly the whole compound system by
iterative methods, and the "3" is like the "0", but it predict the
transition, thus, no recursion.

Then , the "3" is most powerful in term of calculation, because it's
always a fixed number of computations.

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.