yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #29391
Re: [Question #706632]: problem on biaxial compression test using clumps
Question #706632 on Yade changed:
https://answers.launchpad.net/yade/+question/706632
Status: Open => Answered
Jérôme Duriez proposed the following answer:
Hi,
Seeing in the script the diverse workflows to apply kinematic
constraints, either:
ID = O.bodies.appendClumped(...)
O.bodies[ID[0]].state.blockedDOFs = 'zXYZ'
Or:
for b in O.bodies:
b.state.blockedDOFs = 'zXY'
makes me wonder whether your script always pays due attention to the
documentation note at https://yade-dem.org/doc/user.html#imposing-
conditions ?
--
You received this question notification because your team yade-users is
an answer contact for Yade.