STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / coupled / conjugateHeatFoam / conjugateCavity / Allrun
blob0e2b95757997e80c3249211368287abf5d748fc5
1 #!/bin/sh
3 # Source tutorial run functions
4 . $WM_PROJECT_DIR/bin/tools/RunFunctions
6 # Get application name
7 application=`getApplication`
9 runApplication -l log.blockMesh.solid blockMesh -region solid
10 cp constant/solid/polyMesh/boundaryCoupled constant/solid/polyMesh/boundary
11 runApplication -l log.setSet.solid setSet -region solid -batch solid.setSet
12 runApplication -l log.setsToZones.solid setsToZones -region solid -noFlipMap
14 runApplication blockMesh
15 cp constant/polyMesh/boundaryCoupled constant/polyMesh/boundary
16 runApplication setSet -batch fluid.setSet
17 runApplication setsToZones -noFlipMap
19 runApplication $application
21 # ----------------------------------------------------------------- end-of-file