yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #12733
Re: [Question #293955]: How to generate dense packing of aggregates
Question #293955 on Yade changed:
https://answers.launchpad.net/yade/+question/293955
Status: Open => Answered
Jérôme Duriez proposed the following answer:
Then, if the use of "setCohesionNow = True" is not convenient for you, I
would suggest you define by hand the cohesive bonds you would like (or
cancel the cohesive feature of interactions between different
aggregates) modifying yourself "cohesionBroken" and other attributes.
For this purpose you may search for "setCohesionNow" in
https://github.com/yade/trunk/blob/48fcf94a46f449dfb1ecda36f69eb8397d08d29d/pkg/dem/CohesiveFrictionalContactLaw.cpp
to be sure what are all the operations involved to define consistently a
cohesive bond
And then perform yourself the trick from python interface.
--
You received this question notification because your team yade-users is
an answer contact for Yade.