Files
OpenFOAM-6/tutorials/multiphase/multiphaseInterDyMFoam/laminar/mixerVesselAMI2D/Allrun
2014-12-14 21:50:14 +00:00

21 lines
409 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
application=`getApplication`
./makeMesh
rm -rf 0
cp -r 0.org 0
setFields
#runApplication $application
#runApplication decomposePar
#runParallel $application 4
#runApplication reconstructPar
# ----------------------------------------------------------------- end-of-file