11 lines
148 B
Text
11 lines
148 B
Text
|
#!/bin/sh
|
||
|
set -x
|
||
|
|
||
|
wclean freeSurface
|
||
|
|
||
|
wclean interTrackFoam
|
||
|
wclean bubbleInterTrackFoam
|
||
|
wclean surfactantFoam
|
||
|
|
||
|
wclean ./utilities/setFluidIndicator
|