BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / discreteMethods / dsmcFoam / wedge15Ma5 / Allrun
blobcc49dc56ed2739d4af60ed26d419e9945c583d66
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 runApplication decomposePar
9 runParallel dsmcInitialise 4
10 runParallel `getApplication` 4
11 runApplication reconstructPar -noLagrangian
14 # ----------------------------------------------------------------- end-of-file