tutorials/multiphase/interFoam/RAS/planingHullW3/Allmesh.*: Remove sets after refinement
otherwise renumberMesh fails due to the refinement sets being inconsistent with the final mesh.
This commit is contained in:
@ -21,6 +21,8 @@ do
|
||||
runApplication -a refineMesh -dict system/refineMeshDict -overwrite
|
||||
done
|
||||
|
||||
rm -rf constant/polyMesh/sets
|
||||
|
||||
runApplication snappyHexMesh -dict system/snappyHexMeshDict.1 -overwrite
|
||||
|
||||
runApplication renumberMesh -noFields -overwrite
|
||||
|
||||
@ -21,6 +21,8 @@ do
|
||||
runApplication -a refineMesh -dict system/refineMeshDict -overwrite
|
||||
done
|
||||
|
||||
rm -rf constant/polyMesh/sets
|
||||
|
||||
runApplication snappyHexMesh -dict system/snappyHexMeshDict.2 -overwrite
|
||||
|
||||
runApplication renumberMesh -noFields -overwrite
|
||||
|
||||
Reference in New Issue
Block a user