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

9 lines
312 B
Bash
Executable File

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