mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -14,7 +14,7 @@ runApplication topoSet
|
||||
|
||||
runApplication createPatch -overwrite
|
||||
|
||||
runApplication surfaceMeshTriangulate \
|
||||
runApplication surfaceMeshExtract \
|
||||
-patches hole ppGeometry.vtp -constant -time none
|
||||
|
||||
echo "End"
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user