reconstructPar: Updated tutorials to use reconstructPar rather than reconstructParMesh
This commit is contained in:
@ -19,7 +19,6 @@ runApplication -a decomposePar -fields -copyZero
|
||||
runParallel $(getApplication)
|
||||
|
||||
# Reconstruct
|
||||
runApplication reconstructParMesh -constant
|
||||
runApplication reconstructPar
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -38,7 +38,6 @@ for mapTime in $mapTimes; do
|
||||
done
|
||||
|
||||
runParallel $(getApplication)
|
||||
runApplication reconstructParMesh
|
||||
runApplication reconstructPar
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -13,6 +13,4 @@ ls -d processor* | xargs -I {} rm -rf ./{}/0/uniform
|
||||
|
||||
runParallel pisoFoam
|
||||
|
||||
runApplication reconstructParMesh -constant
|
||||
|
||||
runApplication reconstructPar
|
||||
|
||||
@ -114,7 +114,6 @@ runParallel checkMesh
|
||||
|
||||
runParallel "$(getApplication)"
|
||||
|
||||
# runApplication reconstructParMesh -constant
|
||||
# runApplication reconstructPar -latestTime
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -17,7 +17,6 @@ runParallel patchSummary
|
||||
runParallel potentialFoam
|
||||
runParallel $(getApplication)
|
||||
|
||||
runApplication reconstructParMesh -constant
|
||||
runApplication reconstructPar -latestTime
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -11,7 +11,6 @@ runParallel snappyHexMesh -overwrite
|
||||
runParallel topoSet
|
||||
runParallel $(getApplication)
|
||||
|
||||
runApplication reconstructParMesh -constant
|
||||
runApplication reconstructPar -constant
|
||||
runApplication reconstructPar
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user