tutorials/mesh/snappyHexMesh/pipe: Calculate closeness from the pipe wall only

This commit is contained in:
Henry Weller
2020-01-27 15:14:11 +00:00
parent f4e47fccbc
commit ea3e891dab
8 changed files with 51 additions and 23 deletions

View File

@ -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