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

    Status: Open => Answered

Jan Stránský proposed the following answer:
Hello,

firstly, WHY do you want to reduce average particle velocity?

of course, if you call O.run in calmDown, the model evolves, possibly
changing the interactions (as the particle move).

Why not simply
###
for b in O.bodies:
    b.state.vel *= someFactor # possibly 0
###
?

Cheers
Jan

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to