yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #15355
[Question #650740]: How to apply force on a certain area normally and at an angle?
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.