CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   pUcoupledFoam convergence problem (https://www.cfd-online.com/Forums/openfoam-programming-development/225761-pucoupledfoam-convergence-problem.html)

kino April 7, 2020 00:09

pUcoupledFoam convergence problem
 
Hello everyone,

I tried pUcoupledFoam for simulation of laminar flow over a square cylinder for several days, but I can't obtain a converged solution. While simpleFoam works for the same case.
Would someone please give me some instructions?
I used foam-extend 4.1 in my test.
My settings for the solver is like this:

solvers
{
Up
{
solver AMG;
cycle V-cycle;
coarseningType AAMG;
norm componentNorm;
normComponent 0;

nPreSweeps 4;
nPostSweeps 4;
groupSize 2;
minCoarseEqns 4;
nMaxLevels 10;
scale on;
smoother ILU;

minIter 1;
maxIter 500;
tolerance 1e-9;
relTol 0.0;
}
}

Thank you.
LiuYang

HPE April 11, 2020 17:16

might be useful to report the problem to foam-extend. see the issue-reporting link below for the foam-extend issue tracker.


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