← Back to team overview

yade-users team mailing list archive

Re: [Question #270336]: determine the force applied on the particle

 

Question #270336 on Yade changed:
https://answers.launchpad.net/yade/+question/270336

    Status: Open => Answered

Jan Stránský proposed the following answer:
Hi Jabrane,


> To calculate the energy potential in each particle i use this formula:
> 'Ub(particle) = m(mass of particle)*g*d(displacement of particle)
>

I am not sure about the meaning of this equation, do you have any
reference? It is similar to (but it is not) potential energy in gravity
field.. would you really need it in three point bending? Don't you want
potential energy of elastic deformation instead?


>
> My question is how can i determine the force exerced on each particle


O.forces.f(bodyID) # [1]


> and the displacement of each particle?


b = O.bodies[bodyID]
b.state.displ() # [2]

cheers
Jan

PS: please consider once more the change of your attitude to scripts
attached to your questions (deleting totally unrelated parts of code, do
not mix English and French comments, do not mention FlowEngine in comments
if it is not used at all etc. etc. etc.). [3], point 3

[1] https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.ForceContainer.f
[2] https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.State.displ
[3] https://yade-dem.org/wiki/Howtoask

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.