FEATURE: Updated tutorial Allrun scripts. Author: Hrvoje Jasak. Merge: Dominik Christ.
This commit is contained in:
commit
61cbde2161
3 changed files with 13 additions and 35 deletions
|
@ -3,20 +3,9 @@
|
||||||
# Source tutorial clean functions
|
# Source tutorial clean functions
|
||||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||||
|
|
||||||
cd periodicCubeArgon
|
\rm -rf 0/*
|
||||||
rm -rf 0/*
|
\rm -f Ar-Ar
|
||||||
rm -f Ar-Ar
|
\rm -f electrostatic
|
||||||
rm -f electrostatic
|
\rm -f constant/idList
|
||||||
rm -f constant/idList
|
\rm -rf constant/polyMesh/sets
|
||||||
rm -rf constant/polyMesh/sets
|
cleanCase
|
||||||
cleanCase
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
cd periodicCubeWater
|
|
||||||
rm -rf 0/*
|
|
||||||
rm -f O-O
|
|
||||||
rm -f electrostatic
|
|
||||||
rm -f constant/idList
|
|
||||||
rm -rf constant/polyMesh/sets
|
|
||||||
cleanCase
|
|
||||||
cd ..
|
|
||||||
|
|
|
@ -3,20 +3,9 @@
|
||||||
# Source tutorial clean functions
|
# Source tutorial clean functions
|
||||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||||
|
|
||||||
cd periodicCubeArgon
|
\rm -rf 0/*
|
||||||
rm -rf 0/*
|
\rm -f O-O
|
||||||
rm -f Ar-Ar
|
\rm -f electrostatic
|
||||||
rm -f electrostatic
|
\rm -f constant/idList
|
||||||
rm -f constant/idList
|
\rm -rf constant/polyMesh/sets
|
||||||
rm -rf constant/polyMesh/sets
|
cleanCase
|
||||||
cleanCase
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
cd periodicCubeWater
|
|
||||||
rm -rf 0/*
|
|
||||||
rm -f O-O
|
|
||||||
rm -f electrostatic
|
|
||||||
rm -f constant/idList
|
|
||||||
rm -rf constant/polyMesh/sets
|
|
||||||
cleanCase
|
|
||||||
cd ..
|
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||||
|
|
||||||
cleanCase
|
cleanCase
|
||||||
\rm constant/polyMesh/blockMeshDict constant/polyMesh/boundary
|
\rm -f constant/polyMesh/blockMeshDict constant/polyMesh/boundary
|
||||||
\rm -rf 0 ; cp -r save 0
|
\rm -rf 0 ; cp -r save 0
|
||||||
|
|
Reference in a new issue