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

I have a rectangular box of particles and I have to apply a certain force on 
the top on a given area.
I don't know how to do it in the engine loop. This is my code for the geometry:

sp = SpherePack()
pred = pack.inAlignedBox((0,0,0),(3.5,2,2))
sp = pack.randomDensePack(pred, spheresInCell=100, radius=3.5e-2, 
rRelFuzz=0.5/1.5, returnSpherePack=False)
O.bodies.append(sp)
O.dt=0.0001
O.engines=[

]

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