Convergence issues due to huge differences in stiffness tensor #16922
-
|
Hello everyone, I am working on kks model for solidification with the two phases being solid and liquid. I have included the tensor mechanics module too similar to the one shown in the example "/moose/modules/combined/examples/phase_field-mechanics/kks_mechanics_VTS.i". The stiffness of the liquid phase is several orders lower than the solid(~10^9). This has caused some convergence issues close to the boundary and when two solid parts of the domain interact. I am not sure how to alleviate this problem as this seems to be the only issue with the code. I have fiddled around with different boundary conditions but that has not helped at all. How do I solve this issue? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
|
Have you tried using automatic_scaling? This can be enabled in the Executioner block with "automatic_scaling = true" |
Beta Was this translation helpful? Give feedback.
Have you tried using automatic_scaling? This can be enabled in the Executioner block with "automatic_scaling = true"