mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
tutorials: Simplified the Allrun and Allclean scripts
This commit is contained in:
10
tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/Allclean
Executable file
10
tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/Allclean
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanCase
|
||||
cp 0/alpha.water.org 0/alpha.water
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
Reference in New Issue
Block a user