mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: redistributePar: reconstruct mode in collated. Fixes #2194
This commit is contained in:
@ -27,8 +27,8 @@ cp -f \
|
||||
if [ "$parallel" = true ]
|
||||
then
|
||||
|
||||
runApplication decomposePar $fileHandler
|
||||
#runParallel -s decompose redistributePar -decompose $fileHandler
|
||||
#runApplication decomposePar $fileHandler
|
||||
runParallel -s decompose redistributePar -decompose $fileHandler
|
||||
|
||||
runParallel snappyHexMesh -overwrite $fileHandler
|
||||
|
||||
@ -43,10 +43,10 @@ then
|
||||
|
||||
## Run reconstructParMesh with collated as well since writes
|
||||
## constant/polyMesh/cellProcAddressing
|
||||
runApplication reconstructParMesh -constant $fileHandler
|
||||
runApplication reconstructPar
|
||||
#runApplication reconstructParMesh -constant $fileHandler
|
||||
#runApplication reconstructPar
|
||||
|
||||
#runParallel -s reconstruct redistributePar -reconstruct $fileHandler
|
||||
runParallel -s reconstruct redistributePar -reconstruct $fileHandler
|
||||
|
||||
else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user