BUG: simpleShapes: Allrun adapted for surfaceBooleanFeatures change.

Fixes part of #34
This commit is contained in:
mattijs
2015-12-15 20:50:59 +00:00
parent 20193539e4
commit c076fd8d67

View File

@ -4,26 +4,21 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions # Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions . $WM_PROJECT_DIR/bin/tools/RunFunctions
runApplication surfaceOrient \ runApplication -log log.surfaceOrient.cone surfaceOrient \
constant/triSurface/cone.stl \ constant/triSurface/cone.stl \
-inside '(0 -0.5 0)' \ -inside '(0 -0.5 0)' \
constant/triSurface/cone_orient.stl constant/triSurface/cone_orient.stl
mv log.surfaceOrient log.surfaceOrient.cone
runApplication surfaceOrient \ runApplication -log log.surfaceOrient.sphere surfaceOrient \
constant/triSurface/sphere.stl \ constant/triSurface/sphere.stl \
-inside '(0 -0.5 0)' \ -inside '(0 -0.5 0)' \
constant/triSurface/sphere_orient.stl constant/triSurface/sphere_orient.stl
mv log.surfaceOrient log.surfaceOrient.sphere
runApplication surfaceBooleanFeatures intersection \ runApplication surfaceBooleanFeatures intersection cone_orient.stl sphere_orient.stl
constant/triSurface/cone_orient.stl \
constant/triSurface/sphere_orient.stl
runApplication foamyHexMesh runApplication foamyHexMesh
runApplication collapseEdges -latestTime -collapseFaceSet indirectPatchFaces runApplication -log log.collapseFaceSet collapseEdges -latestTime -collapseFaceSet indirectPatchFaces
mv log.collapseEdges log.collapseFaceSet
runApplication collapseEdges -latestTime -collapseFaces runApplication collapseEdges -latestTime -collapseFaces