Uniaxial tensile simulation of polycrystalline model based on crystal plasticity #17423
-
|
Dear MOOSE experts, The content of the written input file and output terminal is as follows, Any suggestions or recommendations to fix these problems would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
@PengWei97 I need to let you know that we are currently switching the UO-based CP (the one you used) to stress-update based CP. One on-going PR is #17405. The new version might give you a bit speedup. For your current input file, I suggest you add @sapitts @dewenyushu any other thoughts? |
Beta Was this translation helpful? Give feedback.
@PengWei97 I need to let you know that we are currently switching the UO-based CP (the one you used) to stress-update based CP. One on-going PR is #17405. The new version might give you a bit speedup.
For your current input file, I suggest you add
maximum_substep_iteration = 4in yourFiniteStrainUObasedCPblock. It will allow you to take largerdt. With sub stepping, each time step will take longer time, but it can speed up your simulation by taking less number of time steps.@sapitts @dewenyushu any other thoughts?