mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
consistency update - 0.orig->0.org
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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 ..
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user