yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #10520
Re: [Question #258034]: Equations for the contact law "Law2_ScGeom6D_CohFrictPhys_CohesionMoment"
Question #258034 on Yade changed:
https://answers.launchpad.net/yade/+question/258034
Status: Open => Answered
Chareyre proposed the following answer:
You are rigth, this part is missing, I will add it in the doc.
In the meantime, you can read the relationships in the source code
(CohesiveFrictionalContactLaw.cpp:282):
contactPhysics->maxRollPl = min(sdec1->etaRoll*Da,sdec2->etaRoll*Db);
contactPhysics->maxTwistPl = min(sdec1->etaTwist*Da,sdec2->etaTwist*Db);
It is very similar to the equations used for stiffness.
Bruno
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.