BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / multiphase / interDyMFoam / ras / testTubeMixer / Allrun
blob0f2a6dea43a8d3d7f6a4390f09846759ce2f9dd0
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 runApplication blockMesh
8 cp 0/alpha1.org 0/alpha1
9 runApplication setFields
10 runApplication `getApplication`
12 # ----------------------------------------------------------------- end-of-file