consistency update - 0.orig->0.org

This commit is contained in:
andy
2008-06-30 11:33:15 +01:00
parent 2766a978a9
commit 2573b0e8f1
8 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ cd ..
cd throttle3D cd throttle3D
rm -rf constant/polyMesh/sets > /dev/null 2>&1 rm -rf constant/polyMesh/sets > /dev/null 2>&1
rm -rf 0 > /dev/null 2>&1 rm -rf 0 > /dev/null 2>&1
cp -r 0.orig 0 cp -r 0.org 0
rm system/cellSetDict > /dev/null 2>&1 rm system/cellSetDict > /dev/null 2>&1
rm -rf processor[0-9] > /dev/null 2>&1 rm -rf processor[0-9] > /dev/null 2>&1

View File

@ -26,7 +26,7 @@ cd throttle
cd .. cd ..
cd throttle3D cd throttle3D
cp -r 0.orig 0 cp -r 0.org 0
runApplication blockMesh runApplication blockMesh
@ -42,3 +42,4 @@ cd throttle3D
runParallel $application 4 system/machines runParallel $application 4 system/machines
runApplication reconstructPar runApplication reconstructPar
cd .. cd ..