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

This commit is contained in:
mattijs
2011-12-09 08:38:49 +00:00
parent 9910718024
commit 67d0c0f597

View File

@ -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;