Initial release of the new fireFoam solver and ancillary libraries.
[OpenFOAM-1.6.x.git] / tutorials / combustion / fireFoam / les / smallPoolFire2D / Allrun
blobdc8369cf98e8d0ef68edd4d88f4ee4ebaa5ed16c
1 #!/bin/sh
3 # Source tutorial run functions
4 . $WM_PROJECT_DIR/bin/tools/RunFunctions
6 runApplication blockMesh
7 runApplication setSet -batch makeFaceSet.setSet
8 createPatch -overwrite
10 # Run
11 runApplication fireFoam
13 # -----------------------------------------------------------------------------