Add the OpenFOAM source tree
This commit is contained in:
8
applications/utilities/preProcessing/wallFunctionTable/Allwmake
Executable file
8
applications/utilities/preProcessing/wallFunctionTable/Allwmake
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # run from this directory
|
||||
set -x
|
||||
|
||||
wmake libso tabulatedWallFunction
|
||||
wmake
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
Reference in New Issue
Block a user