compressibleInterFoam: updated tutorials with 0.org directory

This commit is contained in:
Chris Greenshields
2015-12-11 12:55:46 +00:00
parent 9639259350
commit fc4e7db579
14 changed files with 18 additions and 21 deletions

View File

@ -1,6 +1,11 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
foamCleanTutorials cases
rm -rf processor*
rm -rf 0/p_rgh.gz 0/p.gz 0/alpha.water.gz 0/T*.gz
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
cleanCase
\rm -rf 0
# ----------------------------------------------------------------- end-of-file