|
[Sponsors] |
Divergence detected in AMG solver: temperature |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 24, 2015, 13:36 |
Divergence detected in AMG solver: temperature
|
#1 |
New Member
Florin Saceleanu
Join Date: Feb 2010
Posts: 12
Rep Power: 16 |
Hi,
Answers on this forum have helped me a lot to get started with Fluent, and thank you for that! I hope someone can help me with my simulations, as I keep getting this temperature divergence instability. To summarize my simulation: I want to simulate 2D axisymmetric transient conduction, with constant conductivity and heat capacity, and a heat generation that is a function of temperature. Boundary conditions: Bottom edge is adiabatic, sides have free convection, and top edge has constant heat flux of about 10^7 W/m2. Radiation is also included, with external emissivity of 1 and temperature of 300 K. For the heat generation, I interpret the following UDF: #include "udf.h" DEFINE_SOURCE(ecomb,c,t,dS,eqn) { real source; real temp = C_T(c,t); int A = 29.8e18; int B = -12779.78; source = A*exp(B/temp); dS[eqn] = -A*B*exp(B/temp)/(temp*temp); return source; } For the initial conditions, I just assume 300 K temperature. For RMS I have 10^-6, and timestep is 10 us. I would like to add an emissivity of 0.9 for the material, but I can't find where to enter this property. I have tried different numerical solvers and initialization, but soon after starting the simulations I get a temperature divergence. Any ideas what could cause this? Thank you in advance. Also, can I solve this problem with an UDS equation? I'm just interested in the temperature increase with time. Last edited by flo777; January 25, 2015 at 15:42. |
|
January 25, 2015, 21:16 |
|
#2 |
New Member
Florin Saceleanu
Join Date: Feb 2010
Posts: 12
Rep Power: 16 |
any advice on what I should do, or what i should change in my model?
i have tried lower heat flux on the boundary, even refined the mesh but no luck |
|
January 28, 2015, 20:04 |
|
#3 |
New Member
Florin Saceleanu
Join Date: Feb 2010
Posts: 12
Rep Power: 16 |
got it to work... seems that fluent wants the x-axis to be the axis of symmetry
|
|
July 24, 2017, 16:23 |
|
#4 |
New Member
davoud javar
Join Date: Jan 2017
Posts: 8
Rep Power: 9 |
hello Florin Saceleanu
how you solve your problem with Divergence detected in AMG solver: temperature error? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fluidized Bed: Error: Divergence detected in AMG solver: pressure correction Error Ob | Mole89 | FLUENT | 5 | April 12, 2014 10:32 |
Divergence detected in AMG solver: temperature | otubaba | FLUENT | 7 | October 29, 2013 09:39 |
Error: Divergence detected in AMG solver: x-momentum | lucabiagioni | FLUENT | 3 | October 4, 2013 14:02 |
Floating point error and divergence detected | aannjj | FLUENT | 0 | July 2, 2013 04:44 |
Quarter Burner mesh with periosic condition | SamCanuck | FLUENT | 2 | August 31, 2011 12:34 |