|
[Sponsors] |
Definition of convergence criterion in simpleFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 5, 2010, 13:25 |
Definition of convergence criterion in simpleFoam
|
#1 |
Senior Member
|
Hi foamers,
In the solver simpleFoam there is the possibility of define a convergence Criterion, to stop the simulations after reaching it. I am having difficulties in understand in which file that value, as no tutorial case for simpleFoam uses that capacity. Does anyone know how to define the parameter convergenceCriterion in simpleFoam. Regards, António Martins |
|
February 6, 2010, 02:34 |
|
#2 |
Senior Member
|
Hi
The variable of convergenceCriterion was defined in initConvergenceCheck.H in simpleFoam solver. The default is zero,and thus the solver will not stop. You can just add a new entry in simple dictionary of fvSolution like following SIMPLE { nNonOrthogonalCorrectors 0; pRefCell 0; pRefValue 0; convergence 1e-6; } If the initial residual for all the equations are lower than 1e-6, the simulation stops. regards, Junwei |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
convergence criterion | Dominique | FLUENT | 5 | November 24, 2006 03:36 |
Setting convergence criterion | Vidya | FLUENT | 5 | August 6, 2006 17:46 |
Convergence Definition of Segregated Solver | Amir | FLUENT | 0 | April 18, 2006 07:21 |
Convergence criterion | newbie | Main CFD Forum | 14 | November 21, 2005 01:58 |
Convergence criterion | Moose | Main CFD Forum | 5 | June 9, 2005 21:39 |