tutorials/mesh/snappyHexMesh/pipe: Calculate closeness from the pipe wall only
This commit is contained in:
@ -5,7 +5,8 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
# Copy pipe surface from resources directory
|
||||
cp $FOAM_TUTORIALS/resources/geometry/pipe.obj.gz constant/triSurface/
|
||||
mkdir -p constant/triSurface
|
||||
cp $FOAM_TUTORIALS/resources/geometry/pipe*.obj.gz constant/triSurface/
|
||||
|
||||
runApplication surfaceFeatures
|
||||
runApplication blockMesh
|
||||
|
||||
Reference in New Issue
Block a user