From 67d0c0f597b0f8fbe70824a2c58ba5e83117389e Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Fri, 9 Dec 2011 08:38:49 +0000
Subject: [PATCH] STYLE: renumberMeshDict: changed defaults for spring to work
 with tet-pipe

---
 .../utilities/mesh/manipulation/renumberMesh/renumberMeshDict | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/utilities/mesh/manipulation/renumberMesh/renumberMeshDict b/applications/utilities/mesh/manipulation/renumberMesh/renumberMeshDict
index 7cd0fb8c516..7ff33fc530e 100644
--- a/applications/utilities/mesh/manipulation/renumberMesh/renumberMeshDict
+++ b/applications/utilities/mesh/manipulation/renumberMesh/renumberMeshDict
@@ -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;
-- 
GitLab