Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / lagrangian / LTSReactingParcelFoam / verticalChannel / Allrun
blob3aa141a08be752a1873508d4b92452209560cc42
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 # create mesh
8 runApplication blockMesh
10 # run the solver
11 runApplication `getApplication`
13 # ----------------------------------------------------------------- end-of-file