diff --git a/etc/templates/axisymmetricJet/system/fvSolution b/etc/templates/axisymmetricJet/system/fvSolution index f1e5a8fb41..03d1cd8dba 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 c00261a959..e3213eaea9 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 f1e5a8fb41..03d1cd8dba 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 2b7d8db02c..80579478d3 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 f1e5a8fb41..03d1cd8dba 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 f1e5a8fb41..03d1cd8dba 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; }