yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #22242
Re: [Question #688837]: calculate the mass of the particles
Question #688837 on Yade changed:
https://answers.launchpad.net/yade/+question/688837
Status: Open => Answered
Jan Stránský proposed the following answer:
> PyRunner(command="checkUnbalanced()"),
> PyRunner(command='isBodyInCylinder()'),
> PyRunner(command='masses()')
use exatly one of periods (iterPeriod [3], virtPeriod [4] or realPeriod
[5]) for PyRunner, otherwise it is not run.
cheers
Jan
[3] https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.PyRunner.iterPeriod
[4] https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.PyRunner.virtPeriod
[5] https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.PyRunner.realPeriod
--
You received this question notification because your team yade-users is
an answer contact for Yade.