aa607bdb33
the Allrun script in interFoam/MRFInterFoam/mixerVessel2D now uses runApplication also for calling the local "makeMesh" script.
14 lines
282 B
Bash
Executable file
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
|