yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #15771
Re: [Question #658491]: variable properties
Question #658491 on Yade changed:
https://answers.launchpad.net/yade/+question/658491
Bruno Chareyre proposed the following answer:
Hi,
Contact stiffness must be scaled proportionally to material stiffness.
I would add that the python loop on interactions may take too much time if it is applied very frequently. In this case it is not very difficult to turn it into a c++ loop. It is done for instance in setContactFriction() [1].
You can check the source code.
Bruno
[1] https://yade-
dem.org/doc/yade.utils.html?highlight=setcontact#yade._utils.setContactFriction
--
You received this question notification because your team yade-users is
an answer contact for Yade.