11 lines
225 B
Text
11 lines
225 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Source tutorial clean functions
|
||
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||
|
|
||
|
cleanCase
|
||
|
\rm -rf 0/cellDist 0/cellDist.gz constant/cellDecomposition
|
||
|
\rm -rf *.vtk
|
||
|
\rm -rf constant/polyMesh/
|
||
|
mkdir constant/polyMesh
|