← Back to team overview

yade-users team mailing list archive

Re: [Question #657893]: Creating an animation of interactions using VTKExporter and Paraview

 

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

    Status: Open => Answered

Robert Caulk proposed the following answer:
Hello Ákos,

If you only need the interactions sized proportionally to their forces,
you should use VTKRecorder [1] with 'intr':

VTKRecorder(fileName=('out/test-'), iterPeriod=100, initRun=True,
recorders=['intr'])

You should add this as one of your engines, it will take care of proper
file naming for you.

Best,

Robert

[1]https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.VTKRecorder

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.