tutorials/multiphase/interFoam/planingHullW3: Scripting fixes for test loop
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -73,6 +73,4 @@ runParallel $(getApplication)
|
||||
|
||||
runApplication reconstructPar
|
||||
|
||||
runApplication foamSequenceVTKFiles
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user