rhoPorousMRFSimpleFoam/angledDuctImplicit tutorial: added MRFZones dictionary

This commit is contained in:
Henry
2011-03-24 21:41:25 +00:00
parent 27b5e17fc8
commit 7db4078ac0
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
(
cd hartmann || exit
cleanCase
cleanSamples
)
# ----------------------------------------------------------------- end-of-file