#!/bin/sh
cd ${0%/*} || exit 1    # Run from this directory

# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions

blockMesh
cp -rf 0.orig/ 0
setFields
decomposePar
mpirun -np 6 twoPhaseEulerFoam -parallel
reconstructPar


#------------------------------------------------------------------------------
