CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Radiation convergence problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 1, 2014, 02:38
Default Radiation convergence problem
  #1
Senior Member
 
Join Date: Oct 2013
Posts: 397
Rep Power: 18
chriss85 will become famous soon enough
I'm currently running a simulation using the P1 radiation model and I notice extremely high residuals which don't appear to converge:

Code:
DICPCG:  Solving for G, Initial residual = 1, Final residual = 3.98945e+15, No Iterations 1001
In the next time step the simulation will crash due to the completely wrong radiation field.

Any idea what could be causing this?

checkMesh seems to be ok, only thing is that one patch is "multiply connected (shared edge)". Still, it fails no quality check.

fvSolution:
Code:
"G.*"
    {
        solver          PCG;
        preconditioner  DIC;
        tolerance       1e-08;
        relTol          0;
    }
The boundary condition for the radiation field G uses the Marshak BC with emissivity=1.
chriss85 is offline   Reply With Quote

Old   December 1, 2014, 03:25
Default
  #2
Senior Member
 
Join Date: Oct 2013
Posts: 397
Rep Power: 18
chriss85 will become famous soon enough
I switched to the GAMG multigrid algorithm and it no longer crashed in the first time step and looks reasonable.
However, now it crashes in the second time step

Can anyone explain why some algorithms fail sometimes while others work?

Last edited by chriss85; December 1, 2014 at 04:36.
chriss85 is offline   Reply With Quote

Old   December 2, 2014, 03:47
Default
  #3
Senior Member
 
Join Date: Oct 2013
Posts: 397
Rep Power: 18
chriss85 will become famous soon enough
It seems to be working now, I think there was an error in my input data (material libraries), however, I still don't understand why the matrix solvers behave differently regarding convergence behavior (not convergence speed, but rather convergence itself). Do they have different stability ranges?

Last edited by chriss85; December 2, 2014 at 09:26.
chriss85 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
wall emissivity for radiation problem: emitter is also receiving when it shouldn't Young FLUENT 14 January 7, 2016 06:08
Convergence problem! Julian121 FLUENT 2 August 21, 2012 03:10
[ICEM] issue occur after extrude 2D airfoil mesh and convergence problem in CFX shiyun ANSYS Meshing & Geometry 4 May 9, 2012 19:55
Continuity eq convergence problem carno FLUENT 4 February 8, 2008 04:04
Fluent incident radiation problem Michael Schwarz Main CFD Forum 0 October 21, 1999 05:56


All times are GMT -4. The time now is 14:30.