← Back to team overview

yade-users team mailing list archive

Re: [Question #256357]: applying forces with a time/iteration condition

 

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

    Status: Answered => Solved

behzad confirmed that the question is solved:
Hey guys,

Actually the following code did what I wanted to do:

ForceEngine(force=(0,0,-2e4),ids=[1],label='fEngine'),
PyRunner(command="fEngine.force=(0,0,0)", iterPeriod=5000000)

However, I understand it can be difficult to manage if there're a lot of
bodies to apply forces.

Thank you Rocardo & Bruno

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