Convergence Issues with New Parameters #16384
-
Hi all! I currently have an input file (FeCrCo.i) used for the phase field simulation of the decomposition of FeCrCo alloy. The input file works correctly using parameters from Koyama 2004. When switching my parameters to those in Lv. 2010, I'm running into convergence issues where my data doesn't go past 1 second. I changed my temperature to a global parameter and now I'm looking into my executioner block to see if that's where my issue is. Any help is appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Here are a couple suggestions to troubleshoot this: |
Beta Was this translation helpful? Give feedback.
Here are a couple suggestions to troubleshoot this:
-Make sure that you are using the same units when you change to the new set of parameters
-Check each parameter that you are changing and make sure that it is the same order of magnitude as the original parameter. Historically the guidance has always been that the solvers will work best when units are chosen such that all parameters are of order unity. That is why I mentioned making sure the units are the same between the parameters in the two papers.
-A recently added option is automatic variable scaling, which will apply a scaling factor to each residual equation to try to make sure that the contribute approximately the same to the res…