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

STYLE: renumberMeshDict: changed defaults for spring to work with tet-pipe

parent 99107180
Branches
Tags
No related merge requests found
......@@ -37,11 +37,11 @@ manualCoeffs
springCoeffs
{
// Maximum jump of cell indices. Is fraction of number of cells
maxCo 0.1;
maxCo 0.01;
// Limit the amount of movement; the fraction maxCo gets decreased
// with every iteration
freezeFraction 0.9;
freezeFraction 0.999;
// Maximum number of iterations
maxIter 1000;
......
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