← Back to team overview

yade-users team mailing list archive

Re: [Question #706072]: Simple shear with oedometric loading

 

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 <question706072@xxxxxxxxxxxxxxxxxxxxx>
To: cez228139@xxxxxxxxxx

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.