Question #706072 on Yade changed: https://answers.launchpad.net/yade/+question/706072
Status: Needs information => Open Amrisha Khandelwal gave more information on the question: O.bodies.append(wall(max([b.state.pos[2] + b.shape.radius for b in O.bodies if isinstance(b.shape, Sphere)]), axis=2, sense=-1)) global plate plate = O.bodies[-1] # the last particles is the plate # plate moves downwards by giving velocity gradient plate.state.vel = (0, 0, -.1) checker.command='stopplate()' -------- Original Message -------- Subject: Re: [Question #706072]: Simple shear with oedometric loading Date: 11.04.2023 20:00 From: Bruno Chareyre <question706...@answers.launchpad.net> To: cez228...@iitd.ac.in Your question #706072 on Yade changed: https://answers.launchpad.net/yade/+question/706072 Status: Open => Needs information Bruno Chareyre requested more information: Could you show a script where walls do not follow the prescribed velocity gradient? -- 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 : yade-users@lists.launchpad.net Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp