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

Increase convergence with explicit terms

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 10, 2021, 06:21
Default Increase convergence with explicit terms
  #1
Senior Member
 
Agustín Villa
Join Date: Apr 2013
Location: Alcorcón
Posts: 314
Rep Power: 15
agustinvo is on a distinguished road
Hello,


I actually have some simulations around where I have a Reynolds stress model. It is similar to the "Speziale, Sarkar and Gatski Reynolds-stress" already implemented in OpenFOAM. Well, actually is an updated Manceau EB-RSM model (I took as a base the one this repo). These models have several explicit terms, whose sign I don't know a priori,

When running this simulation I face divergece, I see the pressure residuals exploding with the epsilon field.I use these configurations in fvSolution:


Code:
    p_rgh
    {
        solver          GAMG;
        smoother        DIC;
        cacheAgglomeration true;
        nCellsInCoarsestLevel 10;
        agglomerator faceAreaPair;
        mergeLevels 1;
        tolerance       1e-15;
        relTol 1e-6;
    }

    "(U|h|T|e)"
    {
        solver          PBiCGStab;
        preconditioner  DILU;
        tolerance       1e-15;
        relTol          1e-6;
    }

    "(k|epsilon|kt|epsilont|R)"
    {
        solver          PBiCGStab;
        preconditioner  DILU;
        tolerance       1e-15;
        relTol          1e-6;
    }

    f
    {
        solver          PCG;
        preconditioner  DIC;
        tolerance       1e-15;
        relTol          1e-6;
    }

Have you ever simulated this kind of models before, or at least with a very explicit equation?


Regards,
Agustín
agustinvo 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
Not able to get convergence using Explicit spatial and transient solver for shock tub Patelp1996 FLUENT 0 March 8, 2021 18:02
Not getting convergence using Explicit spatial and Transient formulation in Fluent. Patelp1996 FLUENT 1 January 1, 2021 19:41
Not getting Convergence using explicit solver in fluent. Patelp1996 FLUENT 6 December 15, 2020 14:45
convergence for complicated chemistry simulation with fluent Weiqiang Liu FLUENT 0 June 7, 2020 07:05
Defect correction and convergence ganesh Main CFD Forum 4 June 30, 2006 15:20


All times are GMT -4. The time now is 23:43.