Completed the replacement of setSet with topoSet

topoSet is a more flexible and extensible replacement for setSet using standard
OpenFOAM dictionary input format rather than the limited command-line input
format developed specifically for setSet.  This replacement allows for the
removal of a significant amount of code simplifying maintenance and the addition
of more topoSet sources.
This commit is contained in:
Henry Weller
2021-07-23 19:22:50 +01:00
parent 8f76bfcb42
commit 8d887e0a86
116 changed files with 136 additions and 2460 deletions

View File

@ -2,10 +2,7 @@
. $WM_PROJECT_DIR/bin/tools/RunFunctions
runApplication blockMesh
#runApplication setSet -batch wallFilmRegion.setSet
runApplication topoSet
runApplication extrudeToRegionMesh -overwrite
paraFoam -touch

View File

@ -1,3 +0,0 @@
cellSet c0 new
cellSet c0 invert
cellSet c0 delete boxToCell (0.375 0.375 0) (0.625 0.625 0.25)