|
[Sponsors] |
July 10, 2001, 00:25 |
AMG solver error
|
#1 |
Guest
Posts: n/a
|
Hi,
I've been getting this AMG solver error when attempting to iterate my solution: Error: Internal error at line 743 in file 'amgif.c'. divergence detected in AMG solve In my CFD model I'm using a UDS transport equation to simulate the settling of solids in a sedimentation column. Concentration is the scalar term so density is inside the derivitives (the DEFINE_UNSTEADY_UDS has been included accordingly for the transient term). Perhaps I should be using mass fractions instead? I know that there have been several questions along the same lines with regards to this error. I've taken all precautions to stop the divergence, such as very low relaxation factors and time step with lower order discretisation models and in 2ddp but I still get this error. I know that the likely reason for the problem is the setup of my UDS UDF but if there are any other suggestions they would be appreciated. As a side note, when compiling (with visualC++ v5.0 and for fluent 5.5) the UDF I got this warning: warning LNK4064: conflicting subsystem; image may not run Would this be a possible cause? cheers, Matthew. |
|
July 13, 2001, 19:32 |
Re: AMG solver error
|
#2 |
Guest
Posts: n/a
|
Assuming you are using the segregated solver, this error occurs when you have a non-diagonally dominant matrix and the Gauss-Seidel smoother in AMG diverges.
Low relaxation factors may help, but the real solution is to make sure your UDF's are not creating a non- diagonally dominant system. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
polynomial thermophysical properties II | sebastian | OpenFOAM Running, Solving & CFD | 54 | November 21, 2019 08:12 |
How to install CGNS under windows xp? | lzgwhy | Main CFD Forum | 1 | January 11, 2011 19:44 |
Error in recompiling the solver | m.maneshi | OpenFOAM Running, Solving & CFD | 0 | August 28, 2010 15:14 |
Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 113 | December 2, 2009 11:23 |
error while compiling the USER Sub routine | CFD user | CFX | 3 | November 25, 2002 16:16 |