← Back to team overview

yade-users team mailing list archive

Re: [Question #203709]: Which physical parameters i need and how to add them

 

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

Luc Scholtès posted a new comment:
Dear Christian,

As mentionned by yade (in your terminal), GravityEngine is now
deprecated and you should use NewtonIntegrator to apply gravity in your
simulation like this:

NewtonIntegrator(damping=yourValueOfDamping,
gravity=(0,yourValueOfGravity,0))

The examples using GravityEngine are deprecated, but everything should
work with GravityEngine anyway.

Cheers

  Luc

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