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:
@ -42,7 +42,7 @@ cleanCase()
|
||||
done
|
||||
|
||||
rm -rf ./[1-9]* ./-[1-9]* ./log ./log.* ./logSummary.* \
|
||||
./*.OpenFOAM ./*.blockMesh ./*.foam ./.setSet
|
||||
./*.OpenFOAM ./*.blockMesh ./*.foam
|
||||
|
||||
for d in constant 0
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user