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

Luc Scholtès proposed the following answer:
Hello Jabrane,

As mentioned by Jerome, in the current version of the code, phi_b =
phi_c = phi, so whatever the state of the contact (cohesive or not), phi
is used for the computation of the shear force:

contactPhysics->tanFrictionAngle = std::tan(std::min(phi1,phi2)

with phi1 and phi2 the friction angles defined in the material functor
of your python script.

I have a version of the code where phi_b != phi_c which I may commit in
the coming days.

Do you need it?

Luc

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

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to