openfoam/tutorials/multiphase/interMixingFoam/laminar/damBreak/Allclean
Henry 51f085faa5 Rewrite of ddtPhiCorr - ddtCorr and density-weight HbyA on compressible solvers.
For DyM solvers phiAbs is replaced by Uf but this conversion is currently not complete
2013-09-09 12:41:20 +01:00

9 lines
258 B
Bash
Executable File

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