yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #29169
Re: [Question #706072]: Simple shear with oedometric loading
Question #706072 on Yade changed:
https://answers.launchpad.net/yade/+question/706072
Status: Open => Answered
Jérôme Duriez proposed the following answer:
Hi,
This happens when a body is too big with respect to the periodic cell.
To check this you can test your script with
InsertionSortCollider.allowBiggerThanPeriod = True and see if the error
disappears. But after that, it is better to get back to
InsertionSortCollider.allowBiggerThanPeriod = False unless you really
know what you're doing with Periodic Boundaries.
In the end, you probably should redesign your simulation to avoid such a
case (which corresponds to extreme deformations ?)
--
You received this question notification because your team yade-users is
an answer contact for Yade.