BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / discreteMethods / dsmcFoam / freeSpacePeriodic / Allrun
blob99108969cdd672fb5ba7cbb0ade944e6b381a308
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 dsmcInitialise
9 runApplication `getApplication`
11 # ----------------------------------------------------------------- end-of-file