yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #28766
Re: [Question #704280]: How to apply loadings through clump with an constant velocity
Question #704280 on Yade changed:
https://answers.launchpad.net/yade/+question/704280
Status: Open => Answered
Jan Stránský proposed the following answer:
Hello,
apart from
b.state.vel = someVelocity
set also (according to needs / requirements / ...)
b.state.blockedDOFs = "xyzXYZ" # or other value, see [1,3]
or
b.dynamic = False # see [2,3]
Cheers
Jan
[1] https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.State.blockedDOFs
[2] https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.Body.dynamic
[3] https://yade-dem.org/doc/user.html#motion-constraints
--
You received this question notification because your team yade-users is
an answer contact for Yade.