Files
openfoam/tutorials/discreteMethods/molecularDynamics/mdFoam/Allclean
2009-06-29 16:34:27 +01:00

11 lines
183 B
Bash
Executable File

#!/bin/sh
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
cd nanoNozzle
rm -rf constant/polyMesh/sets
rm -rf processor[0-9]
cleanCase
cd ..