|
[Sponsors] |
May 12, 2001, 08:56 |
Convergence Criterion
|
#1 |
Guest
Posts: n/a
|
For steady inviscid compressible calculations using Euler equations, what is the convergence criterion that is usually used ?
|
|
May 12, 2001, 13:26 |
Re: Convergence Criterion
|
#2 |
Guest
Posts: n/a
|
(1). If the CFD solution took only microsecond to converge, then you would not be asking this kind of question. It is a good question. And It is a common question. It is mainly related to the slow convergence of CFD solutions, rather than the convergence criterion. (2). For algebraic equation, when the solution converges, the solution should remain the same. If it is still changing, then it is not converged solution. (3). If the equation is 1-D, then you can wait for a while to see if the solution is still changing. For 2-D, this is also possible, but in 3-D, it becomes very difficult. (4). The main reason is: we don't know how to get the converged solution. In almost all cases, the code is not smart enough to zoom in the converged solution. In 3-D, if you have 100,000 points or cells, and each cell contain basic unknows of u,v,w,p,rho,e, then you will have a total of 600,000 unknowns. In the iterative process, it represents 600,000 degree of freedom. So, it is not easy to get a solution which will stay the same. (5). Your question is really: if I don't know whether the solution is the converged solution, can I still use the solution. It is equivalent to: if I don't know whether the gun is accurate enough to kill my enemy, should I fire my gun at my enemy? (6). The answer to your question is: it depends on whether the solution is going to be useful to you. (that determines when to stop the iteration)
|
|
May 14, 2001, 01:18 |
Re: Convergence Criterion
|
#3 |
Guest
Posts: n/a
|
Hi, for convergence of the nonlinear iterations (as opposed to grid and time step convergence of the numerical scheme) a fairly good rule of thmub is to reduce the residuals 4 orders of magnitude. Some code manuals will say 3 orders is good enough and for academic work people often reduce them down to 7-8 orders or to the round-off of the machine in single precision. The reduction of the residual can be shown to be a good indicator of the level of error in the current iterate of the non-linear iterations BUT the two are NOT the same. So 4 orders of reducion will USUALLY give solutions which have 3-4 significant fugures of accuracy.
A very good discussion of the is and some examples are given in Ferziger and Peric's text: Computational Methods for Fluid Dynamics. Regards, Duane |
|
May 14, 2001, 03:17 |
Re: Convergence Criterion
|
#4 |
Guest
Posts: n/a
|
I will be pleased to know the availability of recent text books containing example codes for the finite element analysis of incompressible fluid flow in 'c'/'c++' language. Regards.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Convergence | Centurion2011 | FLUENT | 48 | June 15, 2022 00:29 |
problem with Min/max rho | tH3f0rC3 | OpenFOAM | 8 | July 31, 2019 10:48 |
Force can not converge | colopolo | CFX | 13 | October 4, 2011 23:03 |
convergence criterion | Dominique | FLUENT | 5 | November 24, 2006 03:36 |
Setting convergence criterion | Vidya | FLUENT | 5 | August 6, 2006 17:46 |