intersection with triangle plane for miss
[OpenFOAM-1.5.x.git] / tutorials / mhdFoam / Allrun
blobaca66b35332378f5c60c899af6ddd07101b6f780
1 #!/bin/sh
2 # Source tutorial run functions
3 . $WM_PROJECT_DIR/bin/tools/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)