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

This commit is contained in:
laurence
2012-12-11 17:26:26 +00:00
13 changed files with 13 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