OpenFOAM-2.4.x/applications/solvers/multiphase/driftFluxFoam/Allwclean
2014-03-06 17:54:27 +00:00

9 lines
228 B
Bash
Executable file

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