FIX: Different log-files for the multiple changeDictionary-calls in Allrun script
[freefoam.git] / tutorials / mhdFoam / Allrun.in
blobe9ce2b45956d954c973c4f554fa96260979c4571
1 #!/bin/sh
2 # Source tutorial run functions
3 . @FF_DATA_DIR@/shellFunctions/RunFunctions
5 # Get application name from directory
6 application="mhdFoam"
8 (cd hartmann && runApplication blockMesh)
9 (cd hartmann && runApplication $application)
10 (cd hartmann && runApplication foamCalc components U)
11 (cd hartmann && runApplication sample)