← Back to team overview

yade-users team mailing list archive

Re: [Question #211289]: Ask for conveyor belt model, a plane having speed but no motion, like the "moving plane" model in EDEM

 

Question #211289 on Yade changed:
https://answers.launchpad.net/yade/+question/211289

    Status: Answered => Open

jimtianxi is still having a problem:
It doesn't work. The latter will cover the former.





At 2012-10-17 19:01:06,Chareyre <question211289@xxxxxxxxxxxxxxxxxxxxx> wrote:
>Your question #211289 on Yade changed:
>https://answers.launchpad.net/yade/+question/211289
>
>    Status: Open => Answered
>
>Chareyre proposed the following answer:
>For the immobile moving plane (!), you may try this trick:
>
>O.engines=[
>   ...
>   assignVelocityToThePlaneSomehow(v=beltSpeed),
>   InteractionLoop(...),
>   assignVelocityToThePlaneSomehow(v=0),
>   NewtonLaw(),
>]
>
>That way, interactions will be computed as if the plane was moving, but motion integration will see it has a body with null velocity.
>Assigning velocity can be done with a simple PeriodicEngine.
>
>If you try this and make it work, please let us know. We could include
>it as an example script as it can be usefull for other users.
>
>-- 
>If this answers your question, please go to the following page to let us
>know that it is solved:
>https://answers.launchpad.net/yade/+question/211289/+confirm?answer_id=3
>
>If you still need help, you can reply to this email or go to the
>following page to enter your feedback:
>https://answers.launchpad.net/yade/+question/211289
>
>You received this question notification because you asked the question.

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.