Extract data from Peridigm output file using Paraview

written by Ravinder Bhattoo - 02 Mar 2019


Peridigm output files are binary files (exodus files). We can use Paraview to visualize such binary files. If you want to have data in the text format for post-processing, you can directly save data to CSV files from Paraview.

Follow the steps to save data in CSV files:

  1. Open Paraview

  2. Open Peridigm output file with Paraview

    alt text

  3. Select all variables and click apply. This should load all your variable and you will see the system.

    alt text

  4. Go to File –> Save Data

    alt text

  5. Select destination folder and file name. Here you can select file type as CSV.

    alt text

  6. Select “Points” from drop down menu to extract per particle properties and click OK.

    alt text

  7. This will write seperate CSV files for each time step.

    alt text

  8. The headers of the CSV files are per particle properties of the system.

    alt text