monitoring convergence

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
d.charreron

monitoring convergence

Post by d.charreron »

Hello,

I would like to understand the different terms of the convergence on the listing files. Their physical meaning and the avarage value where we can suppose the calculation converged.
Rhs norm
N-iter
Norm residual
Derive

Is there a way to insure the calculation has converged at 95% for example? Or that the residual are less than 5%?


Thanks,


damien
Jacques Fontaine
Posts: 118
Joined: Mon Feb 20, 2012 2:07 pm

Re: monitoring convergence

Post by Jacques Fontaine »

These criteria are not useful to determine convergence of your calculation. They are printed in listing for rhs sub iterations and linear solvers monitoring.

In case of steady solution, to control the calculation convergence, you need to add probes in your domain (at suitable locations: not near the boundary or at a place where there is no physic...) and plot these probes (or averaged probes - see Time averages in the gui - ) during the calculation. Your calculation is converged when your ALL your probes are stagnant.

Best regards,
JF
Post Reply