ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / heatTransfer / buoyantBoussinesqSimpleFoam / iglooWithFridges / Allrun
blob6184f799f622245756908e2b1284cbe61a19dcf3
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 snappyHexMesh -overwrite
9 runApplication `getApplication`
11 # ----------------------------------------------------------------- end-of-file