mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
tutorials/multiphase/interFoam/les/nozzleFlow2D: update scripts
This commit is contained in:
@ -6,6 +6,5 @@ cd ${0%/*} || exit 1 # run from this directory
|
||||
|
||||
cleanCase
|
||||
rm system/topoSetDict > /dev/null 2>&1
|
||||
cp constant/polyMesh/boundary.org constant/polyMesh/boundary
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
|
||||
@ -30,7 +30,6 @@ while [ "$i" -lt 3 ] ; do
|
||||
rm -rf 1e-08
|
||||
i=`expr $i + 1`
|
||||
done
|
||||
cp constant/polyMesh/boundary.org constant/polyMesh/boundary
|
||||
|
||||
runApplication $application
|
||||
|
||||
|
||||
Reference in New Issue
Block a user