mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Template cases: removed solver entries using default values from fvSolution
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user