ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / combustion / PDRFoam / flamePropagationWithObstacles / Allrun
blob52c5edf8a8bf8cebe27ee9545d80f11482e2b7a4
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
5 # Source tutorial run functions
6 . $WM_PROJECT_DIR/bin/tools/RunFunctions
8 runApplication blockMesh
9 runApplication changeDictionary
10 runApplication topoSet
12 runApplication PDRMesh
14 # Run
15 runApplication `getApplication`
17 # ----------------------------------------------------------------- end-of-file