BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / incompressible / channelFoam / channel395 / Allrun
blob61c1b54530e027a68bf1199743afea0f485ce81f
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 # Get application directory
8 application=`getApplication`
10 runApplication blockMesh
11 runApplication $application
12 runApplication postChannel
14 # ----------------------------------------------------------------- end-of-file