40530a7921
Channel test case (7 cells) with sudden contraction using bridged overlap with potentialFoam.
11 lines
200 B
Bash
Executable file
11 lines
200 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Source tutorial clean functions
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
|
|
|
cleanCase
|
|
\rm -rf VTK
|
|
\rm -rf 0
|
|
\cp -r save 0
|
|
\rm -f constant/polyMesh/boundary
|
|
\rm -rf constant/polyMesh/sets
|