OpenFOAM-4.x/tutorials/multiphase/cavitatingFoam/les/Allrun
Henry Weller 7c762bb90d foamRunTutorials: Rationalized support for the "-test" option
RunFunctions: Added "isTest()" argument parsing function
tutorials: Updated Allrun scripts to propagate the "-test" option
tutorials: Removed the lower Alltest scripts and updated the Allrun to
    use the "isTest()" function to handle test-specific operation
2016-02-15 15:49:05 +00:00

14 lines
233 B
Bash
Executable file

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
(
cd throttle || exit
./Allrun $*
)
(
cd throttle3D || exit
./Allrun $*
)
# ----------------------------------------------------------------- end-of-file