|
[Sponsors] |
October 15, 2004, 14:51 |
ILU Preconditioning with BiCGSTAB
|
#1 |
Guest
Posts: n/a
|
Hi, I am developing an iterative solver for Navier-Stoke equations with CVFEM using a preconditioned BiCGSTAB solver. Has anyone tried an ILU preconditioner within this context before?
Emmanuel |
|
October 16, 2004, 11:23 |
Re: ILU Preconditioning with BiCGSTAB
|
#2 |
Guest
Posts: n/a
|
Hi, Emmanuel...
The Krylov subspace method is a good choice, I think... but the other method... for example, the muitigrid method can give you more fast convergence. - I had developed preconditioned BiCGSTAB solvers with severel precontioners. - In my experiment, Jacobi, SSOR, IC, ILU and MILU were used as preconditioner. 'MILU' preconditioner is the best among them. - whether your solver is coupled or not your strategy can be different. - GMRES(m) with MILU preconditioner gave me 1.78 times faster than BiCGSTAB with MILU precontitioner in the driven cavity problem. The Segregated algorithm was used and 128*128 grids were used... - Good Luck !!! |
|
October 16, 2004, 17:26 |
Re: ILU Preconditioning with BiCGSTAB
|
#3 |
Guest
Posts: n/a
|
Hi, Angela, Thanks for this information. Emmanuel
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
TurbDyMFoam-Ggi | JulytoNovember | OpenFOAM Running, Solving & CFD | 2 | January 31, 2011 02:36 |
ILU for Navier stokes problems | Raju | Main CFD Forum | 5 | July 29, 2006 15:15 |
Re: Preconditioning for moving grids | ganesh | Main CFD Forum | 0 | April 6, 2006 07:18 |
implementing preconditioning | clifford bradford | Main CFD Forum | 0 | October 19, 2000 17:03 |
local preconditioning | Manish Jaiman | Main CFD Forum | 3 | May 1, 2000 09:31 |