You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: geos-pv/src/geos/pv/plugins/post_processing/PVGeomechanicsWorkflow.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@
48
48
* Convert volume meshes to surface if needed
49
49
* Copy "geomechanics" attributes from the initial timestep to the current one if they exist
50
50
51
-
PVGeomechanicsCalculator is a paraview plugin that allows to compute basic and advanced geomechanics properties from existing ones in the mesh. This is donne on each block of the volume mesh.
51
+
PVGeomechanicsCalculator is a paraview plugin that allows to compute basic and advanced geomechanics properties from existing ones in the mesh. This is done on each block of the volume mesh.
52
52
53
53
The basic geomechanics properties computed on the mesh are:
54
54
- The elastic moduli not present on the mesh
@@ -64,7 +64,7 @@
64
64
- Fracture index and threshold
65
65
- Critical pore pressure and pressure index
66
66
67
-
PVSurfaceGeomechanics is a Paraview plugin that allows to compute additional geomechanical attributes from the input surfaces, such as shear capacity utilization (SCU). This is donne on each block of the fault mesh.
67
+
PVSurfaceGeomechanics is a Paraview plugin that allows to compute additional geomechanical attributes from the input surfaces, such as shear capacity utilization (SCU). This is done on each block of the fault mesh.
68
68
69
69
This filter results in 3 output pipelines with the vtkMultiBlockDataSet:
0 commit comments