yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #22372
Re: [Question #689058]: How to achieve a twisting/bending-caused bond break in Yade?
Question #689058 on Yade changed:
https://answers.launchpad.net/yade/+question/689058
Status: Open => Answered
Bruno Chareyre proposed the following answer:
Hi,
1. I don't know
2. Implementing an upper-bound for twisting and bending moments is trivial. I would actually suggest to do this in the context of cohesiveFrictional functors if you don't use the specific feature of JCFpm (predefined joints). It would need something like this in the source code:
if (condition) broken=true;
That is all. The main question is how to define the condition, and this
is up to you.
Bruno
--
You received this question notification because your team yade-users is
an answer contact for Yade.