openfoam/tutorials/multiphase/cavitatingFoam/LES/Allrun
2020-04-14 16:30:44 +01:00

9 lines
314 B
Bash
Executable File

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