Hi
Is there a way to find the normal vector to the wall at the point of contact(particle-wall contact) ?
Thank You.
A project by DCS Computing and CFDEMresearch
This website uses cookies to ensure you get the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies. This website uses cookies. By continuing to browse the site you are agreeing to our use of cookies. More info
richti83 | Mon, 04/20/2015 - 08:21
compute wall/gran/local
see doc/compute_pair_gran_local.html for computing particle-wall contacts, than use dump local to write coordinates and forces to file.
When you have this files you can use my ParaView forcechainreader to read them into ParaView and postprozess:
https://github.com/richti83/ParaView_Reader_for_LIGGGHTS/tree/master/pre...
cheers,
Christian.
clarence91 | Mon, 04/20/2015 - 19:40
Hello Richti83,
Hello Richti83,
Thanks for your reply.
I actually need to find the normal vector at the point of contact while running the code not after the simulation.
clarence91 | Wed, 04/22/2015 - 21:48
if there a way to loop over
if there a way to loop over all the mesh points and find the co-ordinates of the mesh(triangular element) at the particle point of contact while running the code ?
clarence91 | Sat, 05/30/2015 - 19:19
someone please reply
someone please reply
ckloss | Mon, 06/01/2015 - 12:24
Hi,
Hi,
you'd have to slightly modify the interface of compute pair gran/local and pass this information to it
Best wishes
Christoph