reconstructPar: Updated tutorials to use reconstructPar rather than reconstructParMesh
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user