|
[Sponsors] |
June 6, 2011, 05:30 |
OpenFOAM-1.6-ext lduSolvers smoother bug
|
#1 |
Member
Luca M.
Join Date: Mar 2009
Location: Luzern, Switzerland
Posts: 59
Rep Power: 17 |
Hello,
I figured out that in the 1.6-ext version there is an inconsistency with the ILU smoother. In fact it is suggested to use it for an asymmetrix matrices but if you take a look to the code it is based on Cholesky Precon and not on ILU0 precon that should be the correct choice. So I suggest to handle the Cholesky precon for both asymm and symm matrices as in the old 1.5-dev or something else. Before the official patch if you need ILU smoother for asymm matrices change these lines in the iluSmoother.H in lduSolvers directory. line 42 #include "ILU0.H" line 60 ILU0 precon_; Regards Luca |
|
June 6, 2011, 09:52 |
|
#2 | |
Senior Member
Martin Beaudoin
Join Date: Mar 2009
Posts: 332
Rep Power: 22 |
You should post your bug report here for 1.6-ext:
https://sourceforge.net/apps/mantisb..._view_page.php Martin Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Test directory missing in OpenFOAM 1.6 ext | andrewryan | OpenFOAM | 2 | March 20, 2011 16:41 |
OpenFoam gravity bug? | Whyman | OpenFOAM | 7 | June 21, 2010 05:10 |
Cross-compiling OpenFOAM 1.6 on Linux for Windows 32 and 64bits with Mingw-w64 | wyldckat | OpenFOAM Announcements from Other Sources | 7 | January 19, 2010 16:39 |
Serious bug in LES interface | fs82 | OpenFOAM Bugs | 21 | November 16, 2009 09:15 |
OpenFOAM Version 1.6 Released | opencfd | OpenFOAM Announcements from ESI-OpenCFD | 0 | July 27, 2009 18:55 |