Merge branch 'master' of dm:/home/dm4/OpenFOAM/OpenFOAM-dev

This commit is contained in:
mattijs 2012-12-10 17:21:22 +00:00
commit a89c8237cf
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ solvers
U
{
type coupled;
solver PBiCCG;
solver PBiCCCG;
preconditioner DILU;
tolerance (1e-05 1e-05 1e-05);
relTol (0 0 0);

View File

@ -18,7 +18,7 @@ refineMeshByCellSet()
topoSet > log.topoSet.$1 2>&1
echo "refining primary zone - $1"
refineMesh -dict sytem/refineMeshDict -overwrite > log.refineMesh.$1 2>&1
refineMesh -dict system/refineMeshDict -overwrite > log.refineMesh.$1 2>&1
fi
shift
done