Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / incompressible / simpleFoam / mixingPlaneAxial / Allrun
blob71cb3b18407f9327d07f5ff113191f1a6e97e5f8
1 #!/bin/bash
2 # Source tutorial run functions
3 . $WM_PROJECT_DIR/bin/tools/RunFunctions
5 echo "$caseName: Creating the file blockMeshDict using m4"
6 (cd constant/polyMesh; m4 -P blockMeshDict.m4 > blockMeshDict)
8 runApplication blockMesh
10 runApplication setSet -batch setBatch.batch
11 runApplication setsToZones -noFlipMap
12 runApplication potentialFoam
13 runApplication simpleFoam