← Back to team overview

yade-users team mailing list archive

Re: [Question #626277]: Trouble generating/visualizing vtkrecorder cracks files

 

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

    Status: Open => Answered

Jérôme Duriez proposed the following answer:
Hi,

Assuming cracks do appear during your simulation, the VTKRecorder
actually fills the cracks.vtu files from the "cracks" text file
generated by the Law2_ScGeom_JCFpmPhys_JointedCohesiveFrictionalPM.

Here, you decided to name this file "cracksTest.txt" (see Key="Test" in
the Law2 definition), so VTKRecorder has to go and read the same file
(and not a generic "cracks.txt").

Thus you have to consistently define the "Key" attribute of VTKRecorder
[*], which seems to be absent in your script.


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

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