This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/Allrun
Philippose Rajan aa607bdb33 Fix Tutorials: Tutorial icoDyMFoam/turboPassageRotating now works fine.
the Allrun script in interFoam/MRFInterFoam/mixerVessel2D now uses runApplication
also for calling the local "makeMesh" script.
2010-11-03 21:08:54 +01:00

14 lines
282 B
Bash
Executable file

#!/bin/sh
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
application=`getApplication`
# Compile the MRFInterfoam application
wmake ../$application
wclean ../$application
# Now run the tutorial case
runApplication ./makeMesh
runApplication $application