Re: [Yade-users] [Question #669006]: Pyrunner(command) problem for Triaxial simulation

2018-05-15 Thread De zhang
Question #669006 on Yade changed: https://answers.launchpad.net/yade/+question/669006 Status: Open => Solved De zhang confirmed that the question is solved: @Robert, @Jan Stránský, Thanks! I have found the problem and comprehend the using of PyRunner and O.engines+. Thank you for your help~

Re: [Yade-users] [Question #669006]: Pyrunner(command) problem for Triaxial simulation

2018-05-14 Thread De zhang
Question #669006 on Yade changed: https://answers.launchpad.net/yade/+question/669006 De zhang gave more information on the question: Hi, I simplfy my procedure problems as following: #generation of assembly O.engines=[... ...

Re: [Yade-users] [Question #669006]: Pyrunner(command) problem for Triaxial simulation

2018-05-14 Thread De zhang
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():

Re: [Yade-users] [Question #669006]: Pyrunner(command) problem for Triaxial simulation

2018-05-14 Thread De zhang
Question #669006 on Yade changed: https://answers.launchpad.net/yade/+question/669006 De zhang posted a new comment: Dear RCaulk, Thank you for your reply~ You are right that I was trying to make a cubical simulation of triaxial test. Howerver, My purpose is to work on nonsphere

Re: [Yade-users] [Question #669006]: Pyrunner(command) problem for Triaxial simulation

2018-05-14 Thread Robert Caulk
Question #669006 on Yade changed: https://answers.launchpad.net/yade/+question/669006 Robert Caulk posted a new comment: Hello De zhang, I admit, I only skimmed through your code. You appear to be controlling the triaxial stresses of a cubical specimen manually through python. Am I right? Is

Re: [Yade-users] [Question #669006]: Pyrunner(command) problem for Triaxial simulation

2018-05-14 Thread De zhang
Question #669006 on Yade changed: https://answers.launchpad.net/yade/+question/669006 De zhang gave more information on the question: Hi, I am confused about the implemtation of 'checker.command=''' and in the subroutine the 'O.engines=O.engines+PyRunner(command='...')', Anyone can help me

Re: [Yade-users] [Question #669006]: Pyrunner(command) problem for Triaxial simulation

2018-05-14 Thread De zhang
Question #669006 on Yade changed: https://answers.launchpad.net/yade/+question/669006 De zhang gave more information on the question: Hi, The last StepNum, ' O.engines=O.engines+[PyRunner(command=...)+PyRunner(command=...)] 'seem to start a new simulation that confining wall stress was nun,

Re: [Yade-users] [Question #669006]: Pyrunner(command) problem for Triaxial simulation

2018-05-14 Thread De zhang
Question #669006 on Yade changed: https://answers.launchpad.net/yade/+question/669006 De zhang posted a new comment: Hi, The program has another problem that after StepNum 3 , the loading plate disappeared, and it ran to StepNum5 , the subroutine 'Confining()' seem to be no work. Anyone can

[Yade-users] [Question #669006]: Pyrunner(command) problem for Triaxial simulation

2018-05-14 Thread De zhang
New question #669006 on Yade: https://answers.launchpad.net/yade/+question/669006 Hi, Recently I wrote a code for traxial simulation. When I try to calculate the confining stress, I wrote a subroutine, when I use the Pyrunner(command()), it can't work. My whole code is flowing, The problem can