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