|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Michael Oevermann
Join Date: Mar 2009
Posts: 15
Rep Power: 6 ![]() |
I'm having two questions here:
1) is the implemented algebraic multigrid solver (AMG) really limited to symmetric matrices? In other words: which AMG exactly is implemented (reference)?. In other projects I am using the (very fast) AMG of the hypre package (www.llnl.gov/CASC/linear_solvers) which does not have this limitation. For better performance it might be usefull to have an AMG preconditioned BICGSTAB for the non-symmetric problems. 2) is there a coupled solver comparable to the solver in CFX? |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,695
Rep Power: 17 ![]() |
Heya,
1) Yes. The solver is an agglomerative version of AMG (have a look at Klauss Stuben's references) with scaling proposed by Joe Maruszewski. The scaling is wrong for non symmetric matrices (in my opinion) and I have therefore disabled it. Additionally, the AMG implementation I did does not allow pre-smoothing sweeps on the basis of cost/benefit (you would have to re-calculate the residual before the restriction). AMG is only really good for elliptis problems; for normal transport equations, CG-based solvers converge in a couple of iterations and the benefit from another solver would be minimal. 2) Currently, no. I am playing with block matrices and block solution but for various reasons this is not a priority. If I can get myself another PhD student to work on this, we might get it sooner rather than later. Enjoy, Hrv
__________________
Hrvoje Jasak |
|
|
|
|
|
|
|
|
#3 |
|
New Member
Michael Oevermann
Join Date: Mar 2009
Posts: 15
Rep Power: 6 ![]() |
Thanks for the info! I agree with your point concerning AMG, and I normally use a BICGSTAB
preconditioned by an AMG. Regards M |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| segregated solver vrs coupled solver | sm | FLUENT | 0 | November 6, 2007 01:24 |
| multigrid solver | Raju | Main CFD Forum | 1 | June 27, 2006 10:42 |
| coupled solver / uncoupled solver | Jaan Unger | Main CFD Forum | 0 | September 3, 2002 08:30 |
| MIGAL- coupled algebraic multigrid solver? | George Bergantz | Main CFD Forum | 0 | December 1, 2000 01:39 |
| Coupled solver and multigrid | Hong | Main CFD Forum | 0 | September 11, 2000 09:05 |