b6cf22304f
First validation test case: backwardFacingStep with simpleFoam, comparison of velocity profiles and pressure coefficient with experimental data. Author: Robert Keser, Merge: Vuko Vukcevic
12 lines
225 B
Bash
Executable file
12 lines
225 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Source tutorial run functions
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
|
|
|
cleanCase
|
|
\rm -rf 0
|
|
\rm -rf surfaces sets
|
|
\rm -f validationData/*.raw
|
|
\rm -f validationData/*.xy
|
|
\rm -rf validationResults
|
|
cp -r save 0
|