I have been amazed by many features given by ParaView and using OpenGeoSys for scientific simulations. To have them together working for my work, I have written a Programmable Source Script for importing OpenGeoSys meshes on ParaView. Thus, I can use ParaView as pre- and post- processors.
- Select Programmable Source in ParaView.
- Set Output Data Set Type to vtkUnstructuredGrid.
- Copy and paste the following python code to Script.
- Change filename to be your OpenGeoSys mesh file (a mesh for the city of Daejeon added for your test in examples).
- Click Apply button on ParaView.
Note: The script needs some polishment for including various other elements used in OpenGeoSys. It should not be difficult to revise as you like to suit your need. Any revision will be welcome.