openfoam/applications/solvers/multiphase/MPPICInterFoam/Allwclean
Mark Olesen c1ca2f4a38 BUG: missing chdir in Allwclean for wallFunctionTable
STYLE: improve consistency in Allwclean scripts
2017-02-23 01:07:10 +01:00

8 lines
206 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
wclean libso CompressibleTwoPhaseMixtureTurbulenceModels
wclean
#------------------------------------------------------------------------------