yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #10287
Re: [Question #255247]: Question about the PolyhedraMat
Question #255247 on Yade changed:
https://answers.launchpad.net/yade/+question/255247
Status: Open => Answered
Jan Elias proposed the following answer:
Henry,
the code itself is correct.
Problem is at row "PolyhedraSplitter(realPeriod=100)", the period 100 second is too large. just reduce it to something much smaller (0.5 s), now you do not run the splitter at all.
But be careful, because as you split the polyhedrons, the time step should be accordingly reduced otherwice it may become unstable. I usually do it via anothe PythonRunner Engine that performes just "O.dt=X*polyhedra_utils.PWaveTimeStep()" after every run of the splitter.
Jan Elias
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.