STYLE: surfaceMeshTriangulate renamed to surfaceMeshExtract

- the utility had automatic triangulation removed some time ago, but
  never changed its name.

- catch old uses with a surfaceMeshTriangulate deprecated script
This commit is contained in:
Mark Olesen
2018-12-21 18:37:39 +01:00
parent 2c70dfc51d
commit 855faae858
10 changed files with 38 additions and 10 deletions

View File

@ -14,7 +14,7 @@ runApplication topoSet
runApplication createPatch -overwrite
runApplication surfaceMeshTriangulate \
runApplication surfaceMeshExtract \
-patches hole ppGeometry.vtp -constant -time none
echo "End"

View File

@ -16,7 +16,7 @@ constant/triSurface/boundaryAndFaceZones.stl
faceSet porosityFaces subset cellToFace porosity all
faceZoneSet porosityFaces new setToFaceZone porosityFaces
surfaceMeshTriangulate -faceZones '(porosityFaces)' boundaryAndFaceZones.stl
surfaceMeshExtract -faceZones '(porosityFaces)' boundaryAndFaceZones.obj
)
surfaceFeatureExtract