yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #16628
Re: [Question #662551]: How to show contact force on particles or polyhedre using changing colors
Question #662551 on Yade changed:
https://answers.launchpad.net/yade/+question/662551
Status: Open => Answered
Jan Stránský proposed the following answer:
There is export.VTKExporter.exportContactPoints [1], which could suit your purpose. You can export force something like (not tested):
##
vtkExporter.exportContactPoints(what=[('force','i.phys.normalForce+i.phys.shearForce')])
##
and then use arrow glyph in paraview
Jan
[1] https://yade-
dem.org/doc/yade.export.html#yade.export.VTKExporter.exportContactPoints
--
You received this question notification because your team yade-users is
an answer contact for Yade.