Template cases: removed solver entries using default values from fvSolution

This commit is contained in:
Chris Greenshields
2016-06-15 16:28:42 +01:00
parent 6ef6d3b670
commit 6124199757
6 changed files with 0 additions and 24 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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