Tutorial loop updates
This commit is contained in:
parent
4608dddc89
commit
bba9b5b916
4 changed files with 13 additions and 35 deletions
|
@ -3,20 +3,9 @@
|
|||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cd periodicCubeArgon
|
||||
rm -rf 0/*
|
||||
rm -f Ar-Ar
|
||||
rm -f electrostatic
|
||||
rm -f constant/idList
|
||||
rm -rf constant/polyMesh/sets
|
||||
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 ..
|
||||
\rm -rf 0/*
|
||||
\rm -f Ar-Ar
|
||||
\rm -f electrostatic
|
||||
\rm -f constant/idList
|
||||
\rm -rf constant/polyMesh/sets
|
||||
cleanCase
|
||||
|
|
|
@ -3,20 +3,9 @@
|
|||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cd periodicCubeArgon
|
||||
rm -rf 0/*
|
||||
rm -f Ar-Ar
|
||||
rm -f electrostatic
|
||||
rm -f constant/idList
|
||||
rm -rf constant/polyMesh/sets
|
||||
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 ..
|
||||
\rm -rf 0/*
|
||||
\rm -f O-O
|
||||
\rm -f electrostatic
|
||||
\rm -f constant/idList
|
||||
\rm -rf constant/polyMesh/sets
|
||||
cleanCase
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanCase
|
||||
\rm constant/polyMesh/blockMeshDict constant/polyMesh/boundary
|
||||
\rm -f constant/polyMesh/blockMeshDict constant/polyMesh/boundary
|
||||
\rm -rf 0 ; cp -r save 0
|
||||
|
|
Reference in a new issue