10 lines
283 B
Bash
Executable file
10 lines
283 B
Bash
Executable file
#!/bin/sh
|
|
cd ${0%/*} || exit 1 # Run from this directory
|
|
|
|
wclean libso twoPhaseMixtureThermo
|
|
wclean libso surfaceTensionModels
|
|
wclean
|
|
wclean compressibleInterDyMFoam
|
|
wclean compressibleInterFilmFoam
|
|
|
|
#------------------------------------------------------------------------------
|