openfoam/applications/utilities/preProcessing/wallFunctionTable/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
184 B
Bash
Executable File

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