BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / multiphase / multiphaseInterFoam / laminar / damBreak4phaseFine / Allrun
blobd8dfa3c1bdc198f515a40fb79718cae54fffae03
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 # Set application name
8 application=`getApplication`
10 runApplication blockMesh
11 runApplication setFields
12 runApplication $application
14 # ----------------------------------------------------------------- end-of-file