reconstructPar: Updated tutorials to use reconstructPar rather than reconstructParMesh
This commit is contained in:
@ -8,7 +8,6 @@ runApplication blockMesh
|
||||
|
||||
runApplication decomposePar -cellDist
|
||||
runParallel $(getApplication)
|
||||
runApplication reconstructParMesh -cellDist
|
||||
runApplication reconstructPar
|
||||
runApplication reconstructPar -cellDist
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -13,6 +13,7 @@ runApplication $(getApplication)
|
||||
## Parallel
|
||||
#runApplication decomposePar -fileHandler collated
|
||||
#runParallel snappyHexMesh -overwrite -fileHandler collated
|
||||
#
|
||||
## Remove any include files from the field dictionaries
|
||||
#( mkdir -p processors/0 && \
|
||||
# cd 0 && \
|
||||
@ -21,7 +22,6 @@ runApplication $(getApplication)
|
||||
#)
|
||||
#
|
||||
#runParallel $(getApplication) -fileHandler collated
|
||||
#runApplication reconstructParMesh -constant
|
||||
#runApplication reconstructPar
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -8,7 +8,6 @@ cd ${0%/*} || exit 1
|
||||
|
||||
runParallel $(getApplication)
|
||||
|
||||
runApplication reconstructParMesh -allRegions -constant
|
||||
runApplication reconstructPar -allRegions
|
||||
|
||||
paraFoam -touchAll
|
||||
|
||||
@ -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
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -17,7 +17,7 @@ runParallel -s collapseFaceSet \
|
||||
|
||||
runParallel checkMesh -latestTime -allTopology -allGeometry
|
||||
|
||||
runApplication reconstructParMesh -latestTime
|
||||
runApplication reconstructPar -latestTime
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -21,7 +21,7 @@ runParallel -s collapseFaceSet \
|
||||
|
||||
runParallel checkMesh -latestTime -allTopology -allGeometry
|
||||
|
||||
runApplication reconstructParMesh -latestTime
|
||||
runApplication reconstructPar -latestTime
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -11,7 +11,6 @@ runApplication setFields
|
||||
|
||||
runApplication decomposePar -cellDist
|
||||
runParallel $(getApplication)
|
||||
runApplication reconstructParMesh -cellDist
|
||||
runApplication reconstructPar
|
||||
runApplication reconstructPar -cellDist
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -16,7 +16,6 @@ runParallel setFields
|
||||
runParallel $(getApplication)
|
||||
|
||||
# Reconstruct
|
||||
runApplication reconstructParMesh -constant
|
||||
runApplication reconstructPar
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -19,7 +19,6 @@ runApplication -a decomposePar -fields -copyZero
|
||||
runParallel $(getApplication)
|
||||
|
||||
# Reconstruct
|
||||
runApplication reconstructParMesh -constant
|
||||
runApplication reconstructPar
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user