yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #09951
Re: [Question #251218]: Modifying the Cohesive Frictional Contact Law
Question #251218 on Yade changed:
https://answers.launchpad.net/yade/+question/251218
behzad gave more information on the question:
Bruno,
As I see this (duplicating the already existing parameters) is only happening in what I wrote for CohBurgersPhys.hpp.
and the reason was I derived it from FictPhys and not CohFrictPhys. If you look above, CohBurgersPhys has no more parameters than CohFrictPhys. It has less parameters! I removed 3 parameters;
(Real,ktw,0,,"twist stiffness [N.m/rad]"))
((Real,maxRollPl,0.0,,"Coefficient to determine the maximum plastic rolling moment."))
((Vector3r,maxTwistMoment,Vector3r::Zero()
I wonder how can I derive CohBurgersPhys from CohFrictPhy by removing
three parameters.
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.