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

convergence check implemented in OF-1.6.x

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 31, 2010, 09:04
Default convergence check implemented in OF-1.6.x
  #1
Senior Member
 
Join Date: Feb 2010
Posts: 213
Rep Power: 17
vaina74 is on a distinguished road
I use simpleFoam for hydrodynamic cases (external flow). I read here that convergence check has been implemented. Please, can anyone explain how to use it? I'd like to stop the solving process when convergence criterion is satisfied. What are the appropriate criteria for my case? I can't find any suggestion in the forum.
vaina74 is offline   Reply With Quote

Old   May 31, 2010, 09:59
Default
  #2
Member
 
Cedric Van Holsbeke
Join Date: Dec 2009
Location: Belgium
Posts: 81
Rep Power: 16
CedricVH is on a distinguished road
Just set a value for convergenceCriterion in the subdictionary SIMPLE of your fvSolution file, for example 1e-3 or 1e-5.
CedricVH is offline   Reply With Quote

Old   May 31, 2010, 10:37
Default
  #3
Senior Member
 
Join Date: Feb 2010
Posts: 213
Rep Power: 17
vaina74 is on a distinguished road
Sorry, it's not enough for me. I don't know or understand the syntax of the code lines (and where have i put them?) to check convergence. I need just an example, is something like
Code:
SIMPLE
{
    nNonOrthogonalCorrectors 0;
    convergenceCriterion 1e-5
}
in fvSolution?
vaina74 is offline   Reply With Quote

Old   May 31, 2010, 10:41
Default
  #4
Member
 
Cedric Van Holsbeke
Join Date: Dec 2009
Location: Belgium
Posts: 81
Rep Power: 16
CedricVH is on a distinguished road
Indeed, you are correct. Just put a semicolon behind the value:

Code:
SIMPLE
{
    nNonOrthogonalCorrectors 0;
    convergenceCriterion 1e-5;
}
CedricVH is offline   Reply With Quote

Old   May 31, 2010, 10:45
Default
  #5
Senior Member
 
Join Date: Feb 2010
Posts: 213
Rep Power: 17
vaina74 is on a distinguished road
You're right, I was absent-minded. Thank you, I'm going to test that.
vaina74 is offline   Reply With Quote

Old   June 3, 2010, 08:35
Default
  #6
Senior Member
 
Join Date: Feb 2010
Posts: 213
Rep Power: 17
vaina74 is on a distinguished road
I included in fvSolution
Code:
SIMPLE
{
    nNonOrthogonalCorrectors 0;
    convergenceCriterion 1e-5;
}
but I think simpleFoam made 1000 iterations with no convergences check:
Code:
smoothSolver:  Solving for Ux, Initial residual = 1.39053e-08, Final residual = 6.56736e-09, No Iterations 1
smoothSolver:  Solving for Uy, Initial residual = 1.21505e-08, Final residual = 5.93553e-09, No Iterations 1
smoothSolver:  Solving for Uz, Initial residual = 2.05638e-08, Final residual = 9.82093e-09, No Iterations 1
GAMG:  Solving for p, Initial residual = 9.89818e-08, Final residual = 9.89818e-08, No Iterations 0
time step continuity errors : sum local = 5.09515e-08, global = -3.38207e-11, cumulative = 0.00191433
smoothSolver:  Solving for omega, Initial residual = 9.20253e-09, Final residual = 9.20253e-09, No Iterations 0
smoothSolver:  Solving for k, Initial residual = 9.94271e-09, Final residual = 9.94271e-09, No Iterations 0
ExecutionTime = 19135.6 s  ClockTime = 19607 s
What's the problem?
vaina74 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
convergence for transient/steady state simulation Gab CFX 36 August 20, 2012 12:55
Problem with Convergence!! Elleana FLUENT 8 February 28, 2008 01:44
convergence parameters amv Phoenics 4 September 21, 2005 06:49
Convergence tips John CFX 3 August 28, 2005 01:15
Slow convergence Jesper CFX 1 July 7, 2004 16:59


All times are GMT -4. The time now is 17:01.