Skip to content
Snippets Groups Projects
Commit a89c8237 authored by mattijs's avatar mattijs
Browse files

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

parents de29a1ed 5e71baeb
Branches
Tags
No related merge requests found
......@@ -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);
......
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment