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

simpleFoam never stopped even the convergence criterion reached

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 3, 2019, 23:55
Default simpleFoam never stopped even the convergence criterion reached
  #1
Member
 
Kai
Join Date: May 2010
Location: Shanghai
Posts: 61
Blog Entries: 1
Rep Power: 16
kaifu is on a distinguished road
Hi,

The simpleFoam does not stop even there is no iterations any more. In fvSolution, the pUek is set as (tol=1e-5)
Code:
    p
    {
        solver          GAMG;
        tolerance       1e-05;
        relTol          0.05;
        smoother        GaussSeidel;
        nCellsInCoarsestLevel 20;
    }

    U
    {
        solver          smoothSolver;
        smoother        GaussSeidel;
        nSweeps         2;
        tolerance       1e-05;
        relTol          0.1;
    }

    k
    {
        solver          smoothSolver;
        smoother        GaussSeidel;
        nSweeps         2;
        tolerance       1e-05;
        relTol          0.1;
    }

    epsilon
    {
        solver          smoothSolver;
        smoother        GaussSeidel;
        nSweeps         2;
        tolerance       1e-05;
        relTol          0.1;
    }
And the solver does not stop even if tol<1e-5
Code:
Time = 1232.8

smoothSolver:  Solving for Ux, Initial residual = 4.62981e-07, Final residual = 4.62981e-07, No Iterations 0
smoothSolver:  Solving for Uy, Initial residual = 6.61209e-07, Final residual = 6.61209e-07, No Iterations 0
smoothSolver:  Solving for Uz, Initial residual = 1.16478e-06, Final residual = 1.16478e-06, No Iterations 0
GAMG:  Solving for p, Initial residual = 7.9607e-06, Final residual = 7.9607e-06, No Iterations 0
time step continuity errors : sum local = 6.09775e-09, global = 6.63377e-11, cumulative = 3.81368e-07
smoothSolver:  Solving for epsilon, Initial residual = 8.93409e-06, Final residual = 8.93409e-06, No Iterations 0
smoothSolver:  Solving for k, Initial residual = 9.74921e-06, Final residual = 9.74921e-06, No Iterations 0
ExecutionTime = 2441.5 s  ClockTime = 2495 s

Time = 1232.9

smoothSolver:  Solving for Ux, Initial residual = 4.62682e-07, Final residual = 4.62682e-07, No Iterations 0
smoothSolver:  Solving for Uy, Initial residual = 6.54084e-07, Final residual = 6.54084e-07, No Iterations 0
smoothSolver:  Solving for Uz, Initial residual = 1.16431e-06, Final residual = 1.16431e-06, No Iterations 0
GAMG:  Solving for p, Initial residual = 8.2732e-06, Final residual = 8.2732e-06, No Iterations 0
time step continuity errors : sum local = 6.33712e-09, global = 6.69192e-11, cumulative = 3.81435e-07
smoothSolver:  Solving for epsilon, Initial residual = 8.93409e-06, Final residual = 8.93409e-06, No Iterations 0
smoothSolver:  Solving for k, Initial residual = 9.74921e-06, Final residual = 9.74921e-06, No Iterations 0
ExecutionTime = 2441.77 s  ClockTime = 2496 s

Time = 1233

smoothSolver:  Solving for Ux, Initial residual = 4.62398e-07, Final residual = 4.62398e-07, No Iterations 0
smoothSolver:  Solving for Uy, Initial residual = 6.47836e-07, Final residual = 6.47836e-07, No Iterations 0
smoothSolver:  Solving for Uz, Initial residual = 1.16384e-06, Final residual = 1.16384e-06, No Iterations 0
GAMG:  Solving for p, Initial residual = 8.59688e-06, Final residual = 8.59688e-06, No Iterations 0
time step continuity errors : sum local = 6.58505e-09, global = 6.75713e-11, cumulative = 3.81502e-07
smoothSolver:  Solving for epsilon, Initial residual = 8.93409e-06, Final residual = 8.93409e-06, No Iterations 0
smoothSolver:  Solving for k, Initial residual = 9.74921e-06, Final residual = 9.74921e-06, No Iterations 0
ExecutionTime = 2442.05 s  ClockTime = 2496 s

Time = 1233.1

smoothSolver:  Solving for Ux, Initial residual = 4.62127e-07, Final residual = 4.62127e-07, No Iterations 0
smoothSolver:  Solving for Uy, Initial residual = 6.42335e-07, Final residual = 6.42335e-07, No Iterations 0
smoothSolver:  Solving for Uz, Initial residual = 1.16337e-06, Final residual = 1.16337e-06, No Iterations 0
GAMG:  Solving for p, Initial residual = 8.91921e-06, Final residual = 8.91921e-06, No Iterations 0
time step continuity errors : sum local = 6.83195e-09, global = 6.82868e-11, cumulative = 3.81571e-07
smoothSolver:  Solving for epsilon, Initial residual = 8.93409e-06, Final residual = 8.93409e-06, No Iterations 0
smoothSolver:  Solving for k, Initial residual = 9.74921e-06, Final residual = 9.74921e-06, No Iterations 0
ExecutionTime = 2442.32 s  ClockTime = 2496 s

Time = 1233.2

smoothSolver:  Solving for Ux, Initial residual = 4.61868e-07, Final residual = 4.61868e-07, No Iterations 0
smoothSolver:  Solving for Uy, Initial residual = 6.37415e-07, Final residual = 6.37415e-07, No Iterations 0
smoothSolver:  Solving for Uz, Initial residual = 1.16291e-06, Final residual = 1.16291e-06, No Iterations 0
GAMG:  Solving for p, Initial residual = 9.23744e-06, Final residual = 9.23744e-06, No Iterations 0
time step continuity errors : sum local = 7.07571e-09, global = 6.90598e-11, cumulative = 3.8164e-07
smoothSolver:  Solving for epsilon, Initial residual = 8.93409e-06, Final residual = 8.93409e-06, No Iterations 0
Anyone knows why? Thanks.
__________________
Kai
kaifu is offline   Reply With Quote

Old   January 4, 2019, 01:08
Default
  #2
Member
 
Kai
Join Date: May 2010
Location: Shanghai
Posts: 61
Blog Entries: 1
Rep Power: 16
kaifu is on a distinguished road
my bad. there is certain info added in SIMPLE fvSolution dict
like,
residualControl
{
p 1e-5;
U 1e-5;
nuTilda 1e-5;
}
__________________
Kai
kaifu 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
SimpleFoam convergence problem with really simple simulation mayank.dce2k7 OpenFOAM Running, Solving & CFD 2 November 19, 2013 06:28
default convergence criterion for energy zthdhr FLUENT 1 November 10, 2013 14:42
Convergence and steady state using simpleFoam sfigato OpenFOAM Running, Solving & CFD 0 February 8, 2013 05:14
Convergence criterion newbie Main CFD Forum 14 November 21, 2005 01:58
Convergence criterion Moose Main CFD Forum 5 June 9, 2005 21:39


All times are GMT -4. The time now is 00:19.