mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: turbineSiting: remove *ProcAddressing files after parallel snappyHexMesh
This commit is contained in:
@ -15,6 +15,8 @@ runApplication decomposePar
|
||||
|
||||
cp system/decomposeParDict-par system/decomposeParDict
|
||||
runParallel snappyHexMesh 2 -overwrite
|
||||
# *ProcAddressing files written by decomposePar no longer valid
|
||||
rm -f processor*/constant/polyMesh/*ProcAddressing
|
||||
|
||||
# Add wildcard entries for meshed patches since not preserved
|
||||
# by decomposePar. Notice -literalRE option to add wildcard itself
|
||||
|
||||
@ -32,7 +32,7 @@ writeInterval 50;
|
||||
|
||||
purgeWrite 0;
|
||||
|
||||
writeFormat ascii;
|
||||
writeFormat binary; //ascii;
|
||||
|
||||
writePrecision 12;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user