|
[Sponsors] |
June 17, 2011, 05:08 |
convergence problem
|
#1 | |
Member
|
Hi there.
I am quite new into modelling but i got a convergence problem as follow DICPCG ask a many iteration. How to make it less? is improving the grid resolution or lowering the grid resolution could help? or a better approximation of k and epsilon is the solution? And all link about it are welcome Quote:
|
||
June 17, 2011, 05:34 |
hello...
|
#2 |
Senior Member
|
I think the problem is because of the mesh resolution. I just want to know which type of grid have you used? Is it Unstructured?
If it's unstructured then it's usual you will observe the error, check out with structured if you get the same. -------- Last edited by Tushar@cfd; June 17, 2011 at 07:27. |
|
June 18, 2011, 01:02 |
|
#3 |
Member
Alan Russell
Join Date: Aug 2009
Location: Boise, Idaho USA
Posts: 61
Rep Power: 17 |
Check the mesh quality with checkMesh - you could have problems with skewed cells, etc. If you get good results from checkMesh, you are ready to start working on the solution. First, instead of refining the mesh, I would do the opposite. A coarse mesh lets you get the 'outline' of the solution quickly, and shows if your setup is valid. If you can get a coarse mesh solution to converge, then start refining your mesh.
Good luck, Alan |
|
June 20, 2011, 22:14 |
|
#4 | |
Member
|
Hi thanks for your answers.
What do you mean by unstructured? My grid got a sinus form... and my my grid resolution is around 0.01m and dT = 0.001; This is the answer of the checkMesh Quote:
|
||
June 21, 2011, 01:20 |
|
#5 |
Member
Alan Russell
Join Date: Aug 2009
Location: Boise, Idaho USA
Posts: 61
Rep Power: 17 |
In your checkMesh, I see an outlet but no inlet, which will cause problems with the continuity equation (conservation of mass). Most of your setup is like the cavity tutorial, except for the outlet. Can you describe what you are trying to model? You will certainly need some kind of inlet if you have an outlet.
Alan |
|
June 21, 2011, 03:55 |
|
#7 |
Member
|
I don't specify the inlet, i just want a uniform wind field at the boundaries
Moving wall +-------------------------------------------------------------------+ | .................................................. ........................................ | |................................................. .......................................... | Moving Wall .................................................. .....................outlet | .................................................. .........................................| | .................................................. .........................................| _.-._.-._.-._.-._.-._.-._.-._.-._-._.-._.-._.-._.-._.-._.-._.-._.| The ground is a sin function, and i want to view the turbulence around it. [QUOTEFoamFile { version 2.0; format ascii; class volVectorField; object U; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { movingWall { type fixedValue; value uniform (1 0 0); } fixedWalls { type fixedValue; value uniform (0 0 0); } outlet { type zeroGradient; } frontAndBack { type empty; } } // ************************************************** *********************** // ][/QUOTE] If you need more just ask Thank you for your interest anyway |
|
June 21, 2011, 04:33 |
|
#8 |
Member
|
I had try a lower grid scale as around 0.05m and there is a good convergence
... How to explain it? my first guess was more the grid scale is small more the convergence is fast ... |
|
Tags |
convergence, rans |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
convergence problem when use pisoFoam, LES for wind tunnel case | Forrest_Lei | OpenFOAM | 3 | July 19, 2011 07:00 |
convergence problem | commonyue | Main CFD Forum | 1 | December 1, 2009 04:54 |
Convergence of CFX field in FSI analysis | nasdak | CFX | 2 | June 29, 2009 02:17 |
3D Fluid Flow Convergence problem | Emily | FLUENT | 2 | March 21, 2007 23:18 |
Non Convergence of 3D Heat transfer cfd problem | Balraj | Main CFD Forum | 3 | December 9, 2004 01:24 |