Updated tutorial scripts 'createGraphs' and 'patchifyObstacles' for clearer messages
Patch contributed by Bruno Santos Resolves patch request https://bugs.openfoam.org/view.php?id=2411
This commit is contained in:
@ -6,8 +6,12 @@
|
||||
# \\ / A nd | Web: www.OpenFOAM.org #
|
||||
# \\/ M anipulation | #
|
||||
#-----------------------------------------------------------------------------#
|
||||
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
# Stop on first error
|
||||
set -e
|
||||
|
||||
x0=0.4
|
||||
y0=0.1
|
||||
z0=0.1
|
||||
@ -157,4 +161,6 @@ echo "faceZoneSet floorFaces new setsToFaceZone FloorFaces floorCells" >> $tmpSe
|
||||
|
||||
setSet -batch $tmpSetSet > log.setSet.patchifyObstacles 2>&1
|
||||
|
||||
echo "End"
|
||||
|
||||
# *************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user