Increase the number of grains to simulate grain growth #16370
-
Recently I learned an example of grain growth in the phase field module, "grain_growth_2D_graintracker.i". Based on this input file, I modified the number of grains and order parameters (op_num = 180,grain_num=1000) , increasing the number of grains, but the simulation has problems, as follows: Framework Information: Parallelism: Mesh: Nonlinear System: Auxiliary System: Execution Information: LEGACY MODES ENABLED: Caching mesh information [ 1.69 s]
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
And this is my input file and Display information running in simulation |
Beta Was this translation helpful? Give feedback.
-
You are probably running out of memory. You don't need to increase the number of order parameters, you should be able to maintain 8 order parameters for a 2D simulation and just increase the number of grains and corresponding mesh size. The advantage of the GrainTracker system is that it will allow you to re-use order parameters. I would suggest reading up on it more here to understand how it works better: https://mooseframework.inl.gov/source/postprocessors/GrainTracker.html |
Beta Was this translation helpful? Give feedback.
You are probably running out of memory. You don't need to increase the number of order parameters, you should be able to maintain 8 order parameters for a 2D simulation and just increase the number of grains and corresponding mesh size. The advantage of the GrainTracker system is that it will allow you to re-use order parameters. I would suggest reading up on it more here to understand how it works better:
https://mooseframework.inl.gov/source/postprocessors/GrainTracker.html