Files
openfoam/applications/solvers/multiphase/MPPICInterFoam/Allwclean
2016-06-01 11:08:06 -07:00

9 lines
213 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wclean libso CompressibleTwoPhaseMixtureTurbulenceModels
wclean
# ----------------------------------------------------------------- end-of-file