yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #17573
Re: [Question #670376]: frictAngle matchmaker in Ip2_CohFrictMat_CohFrictMat_CohFrictPhys
Question #670376 on Yade changed:
https://answers.launchpad.net/yade/+question/670376
Status: Open => Answered
Robert Caulk proposed the following answer:
Hello,
frictAngle is not an attribute of Ip2_CohFrictMat [1]. But if you want
to add the matchmaker functionality, it will be pretty simple to copy
Ip2-FrictMat matchmaker [2][3] into the respective Ip2_CohFrictMat .hpp
and .cpp files. Please make sure the default behavior remains the same
for frictAngle=none if you decide to commit your changes.
Cheers,
Robert
[1]https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.Ip2_CohFrictMat_CohFrictMat_CohFrictPhys
[2]https://github.com/yade/trunk/blob/master/pkg/dem/FrictPhys.hpp#L48
[3]https://github.com/yade/trunk/blob/master/pkg/dem/FrictPhys.cpp#L34
--
You received this question notification because your team yade-users is
an answer contact for Yade.