Skip to content
Snippets Groups Projects
Commit 6aa7f103 authored by Chris Greenshields's avatar Chris Greenshields
Browse files

Template cases: removed solver entries using default values from fvSolution

parent cbbb8bbd
Branches
Tags
No related merge requests found
...@@ -20,10 +20,6 @@ solvers ...@@ -20,10 +20,6 @@ solvers
{ {
solver GAMG; solver GAMG;
smoother GaussSeidel; 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; tolerance 1e-6;
relTol 0.1; relTol 0.1;
} }
......
...@@ -20,10 +20,6 @@ solvers ...@@ -20,10 +20,6 @@ solvers
{ {
solver GAMG; solver GAMG;
smoother GaussSeidel; 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; tolerance 1e-6;
relTol 0.1; relTol 0.1;
} }
......
...@@ -20,10 +20,6 @@ solvers ...@@ -20,10 +20,6 @@ solvers
{ {
solver GAMG; solver GAMG;
smoother GaussSeidel; 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; tolerance 1e-6;
relTol 0.1; relTol 0.1;
} }
......
...@@ -20,10 +20,6 @@ solvers ...@@ -20,10 +20,6 @@ solvers
{ {
solver GAMG; solver GAMG;
smoother GaussSeidel; 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; tolerance 1e-6;
relTol 0.1; relTol 0.1;
} }
......
...@@ -20,10 +20,6 @@ solvers ...@@ -20,10 +20,6 @@ solvers
{ {
solver GAMG; solver GAMG;
smoother GaussSeidel; 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; tolerance 1e-6;
relTol 0.1; relTol 0.1;
} }
......
...@@ -20,10 +20,6 @@ solvers ...@@ -20,10 +20,6 @@ solvers
{ {
solver GAMG; solver GAMG;
smoother GaussSeidel; 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; tolerance 1e-6;
relTol 0.1; relTol 0.1;
} }
......
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