mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: GAMG: update some fvSolution for updateInterval settings. See !707
This commit is contained in:
@ -24,6 +24,7 @@ solvers
|
|||||||
smoother GaussSeidel;
|
smoother GaussSeidel;
|
||||||
nCellsInCoarsestLevel 10;
|
nCellsInCoarsestLevel 10;
|
||||||
agglomerator faceAreaPair;
|
agglomerator faceAreaPair;
|
||||||
|
updateInterval -1; // Never redo agglomeration
|
||||||
mergeLevels 1;
|
mergeLevels 1;
|
||||||
maxIter 50;
|
maxIter 50;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -23,6 +23,8 @@ solvers
|
|||||||
relTol 0;
|
relTol 0;
|
||||||
smoother DICGaussSeidel;
|
smoother DICGaussSeidel;
|
||||||
maxIter 50;
|
maxIter 50;
|
||||||
|
cacheAgglomeration yes; // Store agglomeration
|
||||||
|
updateInterval -1; // Never redo agglomeration
|
||||||
}
|
}
|
||||||
|
|
||||||
p
|
p
|
||||||
|
|||||||
@ -22,6 +22,8 @@ solvers
|
|||||||
tolerance 1e-8;
|
tolerance 1e-8;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
smoother GaussSeidel;
|
smoother GaussSeidel;
|
||||||
|
cacheAgglomeration yes; // Store agglomeration
|
||||||
|
updateInterval 10; // Redo agglomeration occasionally
|
||||||
}
|
}
|
||||||
|
|
||||||
pFinal
|
pFinal
|
||||||
|
|||||||
@ -22,8 +22,8 @@ solvers
|
|||||||
solver GAMG;
|
solver GAMG;
|
||||||
smoother GaussSeidel;
|
smoother GaussSeidel;
|
||||||
|
|
||||||
tolerance 0.02;
|
tolerance 0.02;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
p
|
p
|
||||||
|
|||||||
@ -22,6 +22,8 @@ solvers
|
|||||||
smoother GaussSeidel;
|
smoother GaussSeidel;
|
||||||
tolerance 0.02;
|
tolerance 0.02;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
|
cacheAgglomeration yes; // Store agglomeration
|
||||||
|
updateInterval -1; // Never redo agglomeration
|
||||||
}
|
}
|
||||||
|
|
||||||
p
|
p
|
||||||
|
|||||||
@ -22,6 +22,8 @@ solvers
|
|||||||
tolerance 0;
|
tolerance 0;
|
||||||
relTol 0.01;
|
relTol 0.01;
|
||||||
smoother GaussSeidel;
|
smoother GaussSeidel;
|
||||||
|
cacheAgglomeration yes; // Store agglomeration
|
||||||
|
updateInterval 2; // Redo agglomeration occasionally
|
||||||
}
|
}
|
||||||
|
|
||||||
pFinal
|
pFinal
|
||||||
|
|||||||
@ -24,6 +24,8 @@ solvers
|
|||||||
smoother DICGaussSeidel;
|
smoother DICGaussSeidel;
|
||||||
nCellsInCoarsestLevel 10;
|
nCellsInCoarsestLevel 10;
|
||||||
agglomerator faceAreaPair;
|
agglomerator faceAreaPair;
|
||||||
|
cacheAgglomeration yes; // Store agglomeration
|
||||||
|
updateInterval -1; // Never redo agglomeration
|
||||||
mergeLevels 1;
|
mergeLevels 1;
|
||||||
maxIter 50;
|
maxIter 50;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user