tutorials/multiphase/interFoam/planingHullW3: Scripting fixes for test loop

This commit is contained in:
Will Bainbridge
2020-07-21 13:54:09 +01:00
parent 5e76801920
commit 4ed94497d6
3 changed files with 2 additions and 4 deletions

View File

@ -17,7 +17,7 @@ runApplication blockMesh -dict system/blockMeshDict.1
for i in 1 2 3 4 5 6 7
do
runApplication -a foamDictionary system/refineMeshDict -entry set -set c${i}
foamDictionary system/refineMeshDict -entry set -set c${i}
runApplication -a topoSet -dict system/topoSetDict.1
runApplication -a refineMesh -dict system/refineMeshDict -overwrite
done

View File

@ -17,7 +17,7 @@ runApplication blockMesh -dict system/blockMeshDict.2
for i in 1 2 3 4
do
runApplication -a foamDictionary system/refineMeshDict -entry set -set c${i}
foamDictionary system/refineMeshDict -entry set -set c${i}
runApplication -a topoSet -dict system/topoSetDict.2
runApplication -a refineMesh -dict system/refineMeshDict -overwrite
done

View File

@ -73,6 +73,4 @@ runParallel $(getApplication)
runApplication reconstructPar
runApplication foamSequenceVTKFiles
#------------------------------------------------------------------------------