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:
@ -2,10 +2,7 @@
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
runApplication blockMesh
|
||||
|
||||
#runApplication setSet -batch wallFilmRegion.setSet
|
||||
runApplication topoSet
|
||||
|
||||
runApplication extrudeToRegionMesh -overwrite
|
||||
|
||||
paraFoam -touch
|
||||
|
||||
@ -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)
|
||||
Reference in New Issue
Block a user