New question #701737 on Yade:
https://answers.launchpad.net/yade/+question/701737

Hi, I want to know how to apply stress on the box. I used to apply a force 
directly but I don’t think it’s correct. For example, 100kPa should be applied 
in the z direction and I write next code(1e7N = 100000Pa * 10m * 10m)

Boxid = O.bodies.append(box((0,0,0),(10,10,1)))
O.forces.setPermF(Boxid,(0,0,1e7))

The force is loaded instantaneously which cause the whole process is not 
quasi-static. Is there any loading method to overcome the problem? Could I 
control the loading rate to keep the whole process quasi-static?


-- 
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

Reply via email to