Added Allrun and Allclean scripts to gnemdFoam and mdEquilibrationFoam tutorials

This commit is contained in:
graham
2008-07-03 17:49:51 +01:00
parent 06dec3884e
commit ba7d45228a
8 changed files with 175 additions and 12 deletions

19
tutorials/gnemdFoam/Allclean Executable file
View File

@ -0,0 +1,19 @@
#!/bin/sh
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
cd constrictedChannel
rm -rf 0 > /dev/null 2>&1
rm Ar-Ar Ar-Ne Ne-Ne > /dev/null 2>&1
rm constant/idList
cleanCase
cd ..
cd nanoNozzle
rm -rf processor[0-9] > /dev/null 2>&1
cleanCase
cd ..