|
[Sponsors] |
simpleFoam never stopped even the convergence criterion reached |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 3, 2019, 23:55 |
simpleFoam never stopped even the convergence criterion reached
|
#1 |
Member
|
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; } 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
__________________
Kai |
|
|
|
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 |