Re: [Yade-users] [Question #656538]: Measuring Force, Trapdoor displacement and Surface displacement

2017-10-05 Thread Jan Stránský
Question #656538 on Yade changed: https://answers.launchpad.net/yade/+question/656538 Status: Open => Answered Jan Stránský proposed the following answer: Hello, the trapdoor motion is done by moveBottom function, which is called in checker() function, which is not used in your script. Just

Re: [Yade-users] [Question #656538]: Measuring Force, Trapdoor displacement and Surface displacement

2017-10-05 Thread wise dan
Question #656538 on Yade changed: https://answers.launchpad.net/yade/+question/656538 Status: Answered => Open wise dan is still having a problem: hi, I hope you are well, you helped me with the code below : now I got a little problem, when I run it the middle ( the trapdoor does not drop)

Re: [Yade-users] [Question #656538]: Measuring Force, Trapdoor displacement and Surface displacement

2017-08-26 Thread Jan Stránský
Question #656538 on Yade changed: https://answers.launchpad.net/yade/+question/656538 Status: Open => Answered Jan Stránský proposed the following answer: Hello, what is written in the script directly (not in function etc) is executed and never called again (like O.bodies[1].state.displ()).

Re: [Yade-users] [Question #656538]: Measuring Force, Trapdoor displacement and Surface displacement

2017-08-26 Thread wise dan
Question #656538 on Yade changed: https://answers.launchpad.net/yade/+question/656538 Status: Answered => Open wise dan is still having a problem: THIS IS THE COMPLETE CODE: ### ## # INPUTS

Re: [Yade-users] [Question #656538]: Measuring Force, Trapdoor displacement and Surface displacement

2017-08-24 Thread Jan Stránský
Question #656538 on Yade changed: https://answers.launchpad.net/yade/+question/656538 Status: Open => Answered Jan Stránský proposed the following answer: I meant complete code.. > Yade [1]: ERROR > /build/yade-iRsyM_/yade-2016.06a/pkg/common/InsertionSortCollider.cpp:240 > action:

Re: [Yade-users] [Question #656538]: Measuring Force, Trapdoor displacement and Surface displacement

2017-08-24 Thread wise dan
Question #656538 on Yade changed: https://answers.launchpad.net/yade/+question/656538 Status: Needs information => Open wise dan gave more information on the question: This is the code please : ### ## # INPUTS

Re: [Yade-users] [Question #656538]: Measuring Force, Trapdoor displacement and Surface displacement

2017-08-24 Thread wise dan
Question #656538 on Yade changed: https://answers.launchpad.net/yade/+question/656538 wise dan gave more information on the question: And this is the error: wise@wise-CM6330-CM6630-CM6730-CM6830-M11AA-8:~/wise$ yade nanawise.py Welcome to Yade 2016.06a TCP python prompt on localhost:9000, auth

Re: [Yade-users] [Question #656538]: Measuring Force, Trapdoor displacement and Surface displacement

2017-08-24 Thread Jan Stránský
Question #656538 on Yade changed: https://answers.launchpad.net/yade/+question/656538 Status: Open => Needs information Jan Stránský requested more information: please post your code here and also the errors you get thanks Jan -- You received this question notification because your team

Re: [Yade-users] [Question #656538]: Measuring Force, Trapdoor displacement and Surface displacement

2017-08-24 Thread wise dan
Question #656538 on Yade changed: https://answers.launchpad.net/yade/+question/656538 Status: Answered => Open wise dan is still having a problem: I tried to put all together but got a lot of errors. I am new to python and yade now still learning but have to complete this project for my

Re: [Yade-users] [Question #656538]: Measuring Force, Trapdoor displacement and Surface displacement

2017-08-24 Thread wise dan
Question #656538 on Yade changed: https://answers.launchpad.net/yade/+question/656538 wise dan posted a new comment: thank you -- You received this question notification because your team yade-users is an answer contact for Yade. ___ Mailing list:

Re: [Yade-users] [Question #656538]: Measuring Force, Trapdoor displacement and Surface displacement

2017-08-19 Thread Jan Stránský
Question #656538 on Yade changed: https://answers.launchpad.net/yade/+question/656538 Status: Open => Answered Jan Stránský proposed the following answer: Hello, 1,2,3) to get force on one body, use O.forces.f(id) to get sum from several bodies, use sum((O.forces.f(id) for id in ids),