Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev

This commit is contained in:
henry
2008-06-30 12:01:33 +01:00
33 changed files with 891 additions and 262 deletions

View File

@ -14,7 +14,7 @@ cd ..
cd throttle3D
rm -rf constant/polyMesh/sets > /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 -rf processor[0-9] > /dev/null 2>&1

View File

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

View File

@ -46,7 +46,7 @@ solvers
p GAMG
{
preconditioner 1e-5;
tolerance 1e-8;
relTol 0;
smoother GaussSeidel;