PBiCG: Suggest changing to the more robust PBiCGStab solver
if convergence is not achieved within the maximum number of iterations. Sometimes, particularly running in parallel, PBiCG fails to converge or diverges without warning or obvious cause leaving a solution field containing significant errors which can cause divergence of the application. PBiCGStab is more robust and does not suffer from the problems encountered with PBiCG.
显示
- src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H 4 个添加, 1 个删除src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H
- src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrixSolver.C 2 个添加, 2 个删除src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrixSolver.C
- src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.C 4 个添加, 1 个删除src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.C
- src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H 4 个添加, 1 个删除src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H
- src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixSolver.C 4 个添加, 4 个删除src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixSolver.C
- src/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.C 11 个添加, 1 个删除src/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.C
想要评论请 注册 或 登录