openfoam/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge3D/Allclean

9 lines
234 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
foamCleanTutorials cases
rm -rf processor*
rm -rf 0/p_rgh.gz 0/p.gz 0/alpha.water.gz 0/T.gz
# ----------------------------------------------------------------- end-of-file