yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #06572
Re: [Question #212185]: About gravity deposition
Question #212185 on Yade changed:
https://answers.launchpad.net/yade/+question/212185
Status: Open => Answered
tranviet proposed the following answer:
Hi Nait,
I think the first question has been discussed several times and you can
trace to see if there is valuable information for you.
For the second question, you can get the pressure , for example, acting
on a rectangular wall like this:
S_contact = O.bodies[ID1].shape.extents[0]*O.bodies[ID1].shape.extents[1]*4
pressure = abs((O.forces.f(ID1)[2]) / S_contact/1000)
Viet
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.