mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Template cases: removed solver entries using default values from fvSolution
This commit is contained in:
@ -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
|
|||||||
{
|
{
|
||||||
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
|
|||||||
{
|
{
|
||||||
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
|
|||||||
{
|
{
|
||||||
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
|
|||||||
{
|
{
|
||||||
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
|
|||||||
{
|
{
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user