tutorials/multiphase/interFoam/les/nozzleFlow2D: update scripts

This commit is contained in:
Henry
2014-01-31 10:06:26 +00:00
parent 1084cf8363
commit 0c0e92396e
2 changed files with 0 additions and 2 deletions

View File

@ -6,6 +6,5 @@ cd ${0%/*} || exit 1 # run from this directory
cleanCase cleanCase
rm system/topoSetDict > /dev/null 2>&1 rm system/topoSetDict > /dev/null 2>&1
cp constant/polyMesh/boundary.org constant/polyMesh/boundary
# ----------------------------------------------------------------- end-of-file # ----------------------------------------------------------------- end-of-file

View File

@ -30,7 +30,6 @@ while [ "$i" -lt 3 ] ; do
rm -rf 1e-08 rm -rf 1e-08
i=`expr $i + 1` i=`expr $i + 1`
done done
cp constant/polyMesh/boundary.org constant/polyMesh/boundary
runApplication $application runApplication $application