9 lines
249 B
Bash
Executable file
9 lines
249 B
Bash
Executable file
#!/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 normalContact_*.txt frictionContact_*.txt
|