11 lines
264 B
Text
11 lines
264 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Source tutorial clean functions
|
||
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||
|
|
||
|
cleanTimeDirectories
|
||
|
cleanCase
|
||
|
\rm -rf constant/polyMesh/sets constant/polyMesh/*Zones*
|
||
|
\rm -rf VTK case.foam history
|
||
|
|
||
|
(cd analyticalHotCylinder && wclean && \rm -f log.wmake)
|