10 lines
148 B
Bash
Executable file
10 lines
148 B
Bash
Executable file
#!/bin/sh
|
|
set -x
|
|
|
|
wclean freeSurface
|
|
|
|
wclean interTrackFoam
|
|
wclean bubbleInterTrackFoam
|
|
wclean surfactantFoam
|
|
|
|
wclean ./utilities/setFluidIndicator
|