From 6aa7f103230c10d4cbccfb3cb4e42d8e055b2ff7 Mon Sep 17 00:00:00 2001
From: Chris Greenshields <http://cfd.direct>
Date: Wed, 15 Jun 2016 16:28:42 +0100
Subject: [PATCH] Template cases: removed solver entries using default values
 from fvSolution

---
 etc/templates/axisymmetricJet/system/fvSolution           | 4 ----
 etc/templates/closedVolume/system/fvSolution              | 4 ----
 etc/templates/closedVolumeRotating/system/fvSolution      | 4 ----
 etc/templates/compressibleInflowOutflow/system/fvSolution | 4 ----
 etc/templates/inflowOutflow/system/fvSolution             | 4 ----
 etc/templates/inflowOutflowRotating/system/fvSolution     | 4 ----
 6 files changed, 24 deletions(-)

diff --git a/etc/templates/axisymmetricJet/system/fvSolution b/etc/templates/axisymmetricJet/system/fvSolution
index f1e5a8fb417..03d1cd8dba6 100644
--- a/etc/templates/axisymmetricJet/system/fvSolution
+++ b/etc/templates/axisymmetricJet/system/fvSolution
@@ -20,10 +20,6 @@ solvers
     {
         solver          GAMG;
         smoother        GaussSeidel;
-        cacheAgglomeration on;          // Need to make this default?
-        agglomerator    faceAreaPair;   // Need to make this default?
-        nCellsInCoarsestLevel 10;       // Need to make this default?
-        mergeLevels     1;              // Need to make this default
         tolerance       1e-6;
         relTol          0.1;
     }
diff --git a/etc/templates/closedVolume/system/fvSolution b/etc/templates/closedVolume/system/fvSolution
index c00261a959c..e3213eaea98 100644
--- a/etc/templates/closedVolume/system/fvSolution
+++ b/etc/templates/closedVolume/system/fvSolution
@@ -20,10 +20,6 @@ solvers
     {
         solver          GAMG;
         smoother        GaussSeidel;
-        cacheAgglomeration on;          // Need to make this default?
-        agglomerator    faceAreaPair;   // Need to make this default?
-        nCellsInCoarsestLevel 10;       // Need to make this default?
-        mergeLevels     1;              // Need to make this default
         tolerance       1e-6;
         relTol          0.1;
     }
diff --git a/etc/templates/closedVolumeRotating/system/fvSolution b/etc/templates/closedVolumeRotating/system/fvSolution
index f1e5a8fb417..03d1cd8dba6 100644
--- a/etc/templates/closedVolumeRotating/system/fvSolution
+++ b/etc/templates/closedVolumeRotating/system/fvSolution
@@ -20,10 +20,6 @@ solvers
     {
         solver          GAMG;
         smoother        GaussSeidel;
-        cacheAgglomeration on;          // Need to make this default?
-        agglomerator    faceAreaPair;   // Need to make this default?
-        nCellsInCoarsestLevel 10;       // Need to make this default?
-        mergeLevels     1;              // Need to make this default
         tolerance       1e-6;
         relTol          0.1;
     }
diff --git a/etc/templates/compressibleInflowOutflow/system/fvSolution b/etc/templates/compressibleInflowOutflow/system/fvSolution
index 2b7d8db02c2..80579478d3b 100644
--- a/etc/templates/compressibleInflowOutflow/system/fvSolution
+++ b/etc/templates/compressibleInflowOutflow/system/fvSolution
@@ -20,10 +20,6 @@ solvers
     {
         solver          GAMG;
         smoother        GaussSeidel;
-        cacheAgglomeration on;          // Need to make this default?
-        agglomerator    faceAreaPair;   // Need to make this default?
-        nCellsInCoarsestLevel 10;       // Need to make this default?
-        mergeLevels     1;              // Need to make this default
         tolerance       1e-6;
         relTol          0.1;
     }
diff --git a/etc/templates/inflowOutflow/system/fvSolution b/etc/templates/inflowOutflow/system/fvSolution
index f1e5a8fb417..03d1cd8dba6 100644
--- a/etc/templates/inflowOutflow/system/fvSolution
+++ b/etc/templates/inflowOutflow/system/fvSolution
@@ -20,10 +20,6 @@ solvers
     {
         solver          GAMG;
         smoother        GaussSeidel;
-        cacheAgglomeration on;          // Need to make this default?
-        agglomerator    faceAreaPair;   // Need to make this default?
-        nCellsInCoarsestLevel 10;       // Need to make this default?
-        mergeLevels     1;              // Need to make this default
         tolerance       1e-6;
         relTol          0.1;
     }
diff --git a/etc/templates/inflowOutflowRotating/system/fvSolution b/etc/templates/inflowOutflowRotating/system/fvSolution
index f1e5a8fb417..03d1cd8dba6 100644
--- a/etc/templates/inflowOutflowRotating/system/fvSolution
+++ b/etc/templates/inflowOutflowRotating/system/fvSolution
@@ -20,10 +20,6 @@ solvers
     {
         solver          GAMG;
         smoother        GaussSeidel;
-        cacheAgglomeration on;          // Need to make this default?
-        agglomerator    faceAreaPair;   // Need to make this default?
-        nCellsInCoarsestLevel 10;       // Need to make this default?
-        mergeLevels     1;              // Need to make this default
         tolerance       1e-6;
         relTol          0.1;
     }
-- 
GitLab