yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #27357
Re: [Question #701030]: Why is my pyrunner command not being called?
Question #701030 on Yade changed:
https://answers.launchpad.net/yade/+question/701030
Status: Open => Solved
Xifan Li confirmed that the question is solved:
Thank you all guys. I just fixed the problem. I called the pyrunner
command succesfully!
I realize that if we want to use the existing engine (like TriaxStressController, TriaxCompressionEngine) to call the pyrunner command to change the simulation proceed. We cannot simply add the pyrunner in the O.engines, we have to add the pyrunner command in this line:
O.engines=O.engines[0:5]+[...]+O.engines[5:7]
in the middle between O.engines[0:5] and O.engines[5:7], after adding
the pyrunner command, so we can def the command as we want in the
following part.
Many thanks to Jan who gave me the inspiration and Rober as well and
other people who take their time to look at my problem.
Cheers
--
You received this question notification because your team yade-users is
an answer contact for Yade.