BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / multiphase / interMixingFoam / laminar / damBreak / Allrun
blob9bb76eb3c726dd6819abcdb1c2e583a7352eae51
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 cp 0/alpha2.org 0/alpha2
10 cp 0/alpha3.org 0/alpha3
11 runApplication setFields
12 runApplication `getApplication`
14 # ----------------------------------------------------------------- end-of-file