yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #15453
Re: [Question #654408]: Behaviour of the Mohr-Coulomb criterion for JCFPMphys
Question #654408 on Yade changed:
https://answers.launchpad.net/yade/+question/654408
Bruno Chareyre posted a new comment:
>maxFs will be negative when |Fn*phys->tanFrictionAngle| >
|phys->FsMax|. If maxFs is negative, then it will cause a shear failure,
as in line 147[3] maxFs is compared against a vector norm
(scalarShearForce), that is always positive. Should this be allowed to
occur, I mean, a negative maxFs?
If I understand correctly it needs a fix, and the fix is simply to take
maxFs=max(0,maxFs).
>1 - is it the expected behaviour that negative (tensile) normal forces
decrease the shear resistance of the interaction?
Expected by the author of these lines, yes, probably. As Robert suggests it is a conventional Mohr-Coulomb condition.
More generally, it is just a constitutive assumption, and as such it is not right nor wrong in a general sense.
In PFC the assumption is(*) more to take friction OR adhesion, without summing them at any point. Just another assumption.
Bruno
(*) or "was", at least, years ago.
--
You received this question notification because your team yade-users is
an answer contact for Yade.