BUG: RunFunctions: missing fi. Renamed variable. Updated Allrun scripts

This commit is contained in:
mattijs
2015-12-08 14:35:02 +00:00
parent acecae7e44
commit 2e7d7d1609
4 changed files with 26 additions and 37 deletions

View File

@ -13,23 +13,23 @@ runApplication blockMesh
runParallel redistributePar 2 -decompose
#- bit of renumbering and running
runParallel -l log.renumberMesh-CuthillMcKee renumberMesh 2 -overwrite
runParallel -l log.icoFoam-CuthillMcKee icoFoam 2
runParallel -log log.renumberMesh-CuthillMcKee renumberMesh 2 -overwrite
runParallel -log log.icoFoam-CuthillMcKee icoFoam 2
#- bit of bad renumbering and running
runParallel -l log.renumberMesh-parallel renumberMesh 2 -overwrite -dict system/renumberMeshDict-random
runParallel -l log.icoFoam-random icoFoam 2
runParallel -log log.renumberMesh-parallel renumberMesh 2 -overwrite -dict system/renumberMeshDict-random
runParallel -log log.icoFoam-random icoFoam 2
#- pick up last result
cp system/controlDict-latestTime system/controlDict
#- redistribute to 5 processors
runParallel -l log.redistributePar-5 redistributePar 5 -decomposeParDict system/decomposeParDict-5 -cellDist
runParallel -log log.redistributePar-5 redistributePar 5 -decomposeParDict system/decomposeParDict-5 -cellDist
#- run a bit more
runParallel -l log.icoFoam-5 icoFoam 5 -decomposeParDict system/decomposeParDict-5
runParallel -log log.icoFoam-5 icoFoam 5 -decomposeParDict system/decomposeParDict-5
#- reconstruct mesh and results
runParallel -l log.redistributePar-1 redistributePar 5 -reconstruct -decomposeParDict system/decomposeParDict
runParallel -log log.redistributePar-1 redistributePar 5 -reconstruct -decomposeParDict system/decomposeParDict
# ----------------------------------------------------------------- end-of-file

View File

@ -24,10 +24,10 @@ runApplication $application
runParallel redistributePar 3 -decompose -cellDist
#- Continue running for a bit more
runParallel -l log.reactingParcelFoam-par $application 3
runParallel -log log.reactingParcelFoam-par $application 3
#- Reconstruct all times
runParallel -l log.redistributePar-1 redistributePar 3 -reconstruct
runParallel -log log.redistributePar-1 redistributePar 3 -reconstruct
# ----------------------------------------------------------------- end-of-file