mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CleanFunctions: Added statement to remove the tetDualMesh
This commit is contained in:
@ -97,6 +97,9 @@ cleanCase()
|
|||||||
cellToRegion cellLevel* pointLevel* \
|
cellToRegion cellLevel* pointLevel* \
|
||||||
> /dev/null 2>&1 \
|
> /dev/null 2>&1 \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
rm -rf constant/tetDualMesh > /dev/null 2>&1
|
||||||
|
|
||||||
rm -rf VTK > /dev/null 2>&1
|
rm -rf VTK > /dev/null 2>&1
|
||||||
rm -f 0/cellLevel 0/pointLevel
|
rm -f 0/cellLevel 0/pointLevel
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user