compressibleInterFoam tutorials updated for new thermo

This commit is contained in:
Henry
2013-02-07 15:58:14 +00:00
parent 186bf33d9f
commit c7ad9e1133
40 changed files with 327 additions and 16 deletions

View File

@ -0,0 +1,18 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Get application name
application=`getApplication`
runApplication blockMesh
cp 0/alphawater.org 0/alphawater
cp 0/p_rgh.org 0/p_rgh
cp 0/p.org 0/p
cp 0/T.org 0/T
runApplication setFields
runApplication $application
# ----------------------------------------------------------------- end-of-file