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

solver converges in 2 iterations

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 25, 2018, 19:25
Default solver converges in 2 iterations
  #1
Senior Member
 
Reviewer #2
Join Date: Jul 2015
Location: Knoxville, TN
Posts: 141
Rep Power: 11
randolph is on a distinguished road
Hi everyone,

I have experienced some weird convergence issue with the transportFoam on a hpc. The simulation converges in 2 iterations...

Code:
Time = 1
DILUPBiCGStab:  Solving for T, Initial residual = 1, Final residual = 4.5508e-09, No Iterations 6
DILUPBiCGStab:  Solving for T, Initial residual = 1.48813e-238, Final residual = 2.17278e-239, No Iterations 1
DILUPBiCGStab:  Solving for T, Initial residual = 7.32543e-239, Final residual = 1.02164e-239, No Iterations 1

Time = 2
DILUPBiCGStab:  Solving for T, Initial residual = 4.76531e-239, Final residual = 6.39731e-240, No Iterations 1
DILUPBiCGStab:  Solving for T, Initial residual = 3.49174e-239, Final residual = 4.59086e-240, No Iterations 1
DILUPBiCGStab:  Solving for T, Initial residual = 2.73492e-239, Final residual = 3.54658e-240, No Iterations 1

SIMPLE solution converged in 2 iterations

End

Finalising parallel run
But If I start another exact same run, the model will behave well.

Code:
Time = 1

DILUPBiCGStab:  Solving for T, Initial residual = 1, Final residual = 4.54546e-09, No Iterations 6
DILUPBiCGStab:  Solving for T, Initial residual = 0.102393, Final residual = 2.91777e-09, No Iterations 5
DILUPBiCGStab:  Solving for T, Initial residual = 0.0527999, Final residual = 7.78017e-09, No Iterations 5

Time = 2

DILUPBiCGStab:  Solving for T, Initial residual = 0.0350811, Final residual = 4.8293e-09, No Iterations 5
DILUPBiCGStab:  Solving for T, Initial residual = 0.0260212, Final residual = 7.77216e-09, No Iterations 4
DILUPBiCGStab:  Solving for T, Initial residual = 0.0205409, Final residual = 5.81297e-09, No Iterations 4

..............
Has anyone experienced a similar issue? And what would be the cause? The following is my fvSolution file. I run the model with steadyState mode.

Code:
 
solvers
{
    T
    {
        solver          PBiCGStab;
        preconditioner  DILU;
        tolerance       1e-08;
        relTol          0;
		minIter         1;
    }
}

SIMPLE
{
    nNonOrthogonalCorrectors 0;
	consistent      yes;

    residualControl
    {
        T               1e-8;
    }

}

relaxationFactors
{
    equations
    {
        T               0.5;
    }
}
Any guidance will be appreciated.
Rdf
randolph 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
Suppress twoPhaseEulerFoam energy AlmostSurelyRob OpenFOAM Running, Solving & CFD 33 September 25, 2018 18:45
pressure in incompressible solvers e.g. simpleFoam chrizzl OpenFOAM Running, Solving & CFD 13 March 28, 2017 06:49
High Courant Number @ icoFoam Artex85 OpenFOAM Running, Solving & CFD 11 February 16, 2017 14:40
should Courant number always be kept below 1? wc34071209 OpenFOAM Running, Solving & CFD 16 March 9, 2014 20:31
Error while running rhoPisoFoam.. nileshjrane OpenFOAM Running, Solving & CFD 8 August 26, 2010 13:50


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