BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / multiphase / interPhaseChangeFoam / cavitatingBullet / Allrun
blobade57d36eb90dc347e498b4aeadb49b0db521a0d
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 # Generate the base block mesh
8 runApplication blockMesh
10 # Generate the snappy mesh
11 runApplication snappyHexMesh -overwrite
13 # Run the solver
14 runApplication `getApplication`
16 # ----------------------------------------------------------------- end-of-file