tutorials: moved laminar interDyMFoam examples into "laminar" directory

This commit is contained in:
Chris Greenshields
2017-03-24 12:33:37 +00:00
parent 3b983739d2
commit f3feb1aa0a
115 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1,12 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
rm system/cellSetDict > /dev/null 2>&1
rm -rf 0 > /dev/null 2>&1
cleanCase
#------------------------------------------------------------------------------