Paraview plugins

Paraview plugins were developed using Python 3.9.13 and are compatible with Paraview v5.12.0.

The plugins include:

  • Visualization plugins to plot Mohr’s circles and cross plots using Paraview Python View.

PVMohrCirclePlot plugin

PVMohrCirclePlot is a Paraview plugin that allows to compute and plot Mohr’s circles of selected cells and times from effective stress attribute.

Input is a vtkMultiBlockDataSet or vtkUnstructuredGrid.

This filter results in opening a new Python View window and displaying Mohr’s circle plot.

To use it:

  • Load the module in Paraview: Tools>Manage Plugins…>Load new>PVMohrCirclePlot.

  • Select the mesh containing the cells you want to plot Mohr’s circles.

  • Search and Apply Mohr’s Circle Plot Filter.

Warning

Input vtk must contains a limited number of cells, Paraview may crash otherwise. In addition, input pipeline should consist of the minimum number of filters since this filter repeats the operations at every time steps.