yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #17305
Re: [Question #669006]: Pyrunner(command) problem for Triaxial simulation
Question #669006 on Yade changed:
https://answers.launchpad.net/yade/+question/669006
De zhang gave more information on the question:
The code in last step of TraiStep():
################
O.engines=O.engines+[PyRunner(command='Confining()',iterPeriod=1)]+[PyRunner(command='AxialLoading()',iterPeriod=1)]+[PyRunner(command='addPlotData()',iterPeriod=1)]
################
I want to do confining control and loading at the same time, but it seems to be another situation with loadingplate disappeared and confining stress dose not refresh when procedure come to the last StepNum.
I am confused about the use of '.command='....'' or O.engines+PyRunner(command='...').
Please help me~ Thanks
--
You received this question notification because your team yade-users is
an answer contact for Yade.