multiphaseEulerFoam: new solver

including two simple tutorial cases
This commit is contained in:
Henry
2011-09-05 19:06:38 +01:00
parent ab3802cca0
commit 2c335d360b
162 changed files with 19447 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
cleanCase
\rm -rf 0
# ----------------------------------------------------------------- end-of-file