|
[Sponsors] |
March 10, 2021, 06:21 |
Increase convergence with explicit terms
|
#1 |
Senior Member
Agustín Villa
Join Date: Apr 2013
Location: Alcorcón
Posts: 314
Rep Power: 15 |
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 |
|
|
|
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 |