Next: SIMPLE Algorithm Up: TCFDSRTSolver – compressible, transient, Previous: Under-Relaxation Contents Index System of Linear Equations Finite Volume Method converts the system of differential equations to the system of linear equations: Such a linear algebra problem can be solved with following methods implemented in OpenFOAM: Linear system solver method: GAMG (Geometric-Algebraic Multi-Grid) for both symmetric and asymmetric matricesPBiCG (Preconditioned Biconjugate Gradient ) for asymmetric matricesPCG (Preconditioned Conjugate Gradient) for symmetric matricessmoothSolver (solver using a smoother for both symmetric and asymmetric matrices )ICCG (Incomplete Cholesky preconditioned PCG solver, i.e. PBiCG with DIC )3.1BICCG (Diagonal Incomplete LU preconditioned PBiCG solver, i.e. PCG with DILU)3.2 Method preconditioner: DILU (Diagonal Incomplete LU decomposition)DIC (Diagonal incomplete-Cholesky) for symmetric matricesFDIC (Faster diagonal incomplete-Cholesky) for symmetric matricesdiagonal (Diagonal)GAMG (Geometric-Algebraic Multi-Grid)none (No preconditioning)DICGaussSeidel, GaussSeidel, nonBlockingGaussSeidel, symGaussSeidel (for symmetric matrices)For more details see e.g. [10]. Next: SIMPLE Algorithm Up: TCFDSRTSolver – compressible, transient, Previous: Under-Relaxation Contents Index OpenFOAM Training by CFD Support, CFD SUPPORT, info@cfdsupport.com +420 212 243 883 © CFD support, s.r.o., Sokolovská 270/201, 190 00 Praha 9, Czech Republic