TUT: Added interIsoFoam cases

This commit is contained in:
Johan Roenby
2018-12-07 09:49:39 +00:00
committed by Andrew Heather
parent 0b5f681fb9
commit f9116e9e40
47 changed files with 2407 additions and 0 deletions

View File

@ -0,0 +1,15 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
restore0Dir
runApplication blockMesh
runApplication decomposePar
runParallel setFields
runParallel $(getApplication)
#------------------------------------------------------------------------------