Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / multiphase / interDyMFoam / ras / sloshingTank2D3DoF / Allrun
blob3b8cb649c2c5b2e996432647ae8a944ac35e9de2
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
4 # Source tutorial run functions
5 . $WM_PROJECT_DIR/bin/tools/RunFunctions
7 m4 constant/polyMesh/blockMeshDict.m4 > constant/polyMesh/blockMeshDict
8 runApplication blockMesh
9 cp 0/alpha1.org 0/alpha1
10 runApplication setFields
11 runApplication `getApplication`
13 # ----------------------------------------------------------------- end-of-file