CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

Divergence detected in AMG solver: temperature

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 24, 2015, 12:36
Default Divergence detected in AMG solver: temperature
  #1
New Member
 
Florin Saceleanu
Join Date: Feb 2010
Posts: 12
Rep Power: 16
flo777 is on a distinguished road
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 14:42.
flo777 is offline   Reply With Quote

Old   January 25, 2015, 20:16
Default
  #2
New Member
 
Florin Saceleanu
Join Date: Feb 2010
Posts: 12
Rep Power: 16
flo777 is on a distinguished road
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
flo777 is offline   Reply With Quote

Old   January 28, 2015, 19:04
Default
  #3
New Member
 
Florin Saceleanu
Join Date: Feb 2010
Posts: 12
Rep Power: 16
flo777 is on a distinguished road
got it to work... seems that fluent wants the x-axis to be the axis of symmetry
flo777 is offline   Reply With Quote

Old   July 24, 2017, 15:23
Default
  #4
New Member
 
davoud javar
Join Date: Jan 2017
Posts: 8
Rep Power: 9
davoudj is on a distinguished road
hello Florin Saceleanu
how you solve your problem with Divergence detected in AMG solver: temperature error?
davoudj is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 09:32
Divergence detected in AMG solver: temperature otubaba FLUENT 7 October 29, 2013 08:39
Error: Divergence detected in AMG solver: x-momentum lucabiagioni FLUENT 3 October 4, 2013 13:02
Floating point error and divergence detected aannjj FLUENT 0 July 2, 2013 03:44
Quarter Burner mesh with periosic condition SamCanuck FLUENT 2 August 31, 2011 11:34


All times are GMT -4. The time now is 04:38.