How to improve the convergence? #17091
-
|
Hi MOOSE developers and users Now I test a 2D RZ hydro-mechanical model. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
-
|
@zhang-rite , i had a look at your input file. It obviously uses an old version of MOOSE (it does not even run with modern MOOSE) which is not recommended. Anyway, modernising the input file isn't hard and doesn't make any difference to the result in this case. The overall point is: you have converged! The solution is found, to the precision available on your computer. You can probably squeeze better precision from the problem by
but the result won't be much different. If you're unhappy with the result then you'll have to muck around with the mesh (large elements obviously have different contributions to the residual than small elements), or maybe do a subsequent transient run with super long time steps (won't make much difference but might make you feel better), or similar. |
Beta Was this translation helpful? Give feedback.

@zhang-rite , i had a look at your input file. It obviously uses an old version of MOOSE (it does not even run with modern MOOSE) which is not recommended. Anyway, modernising the input file isn't hard and doesn't make any difference to the result in this case.
The overall point is: you have converged! The solution is found, to the precision available on your computer.
You can probably squeeze better precision from the problem by
scaling(eg, perhaps setscaling = 1E-6for thedisp_r…