Multi-Scale Simulation Using Moose HeatTransfer and Phase Field Modules #27339
-
Hi, In this setup, each unit will run a phase field simulation independently. To manage this process, I plan to employ CentroidMultiApp to seamlessly integrate the child and parent applications. However, the phase field represents a dynamic process where the computation of each phase field iteration relies on the results obtained from the previous step. Therefore, my concern pertains to whether CentroidMultiApp can ensure that the subsequent invocation of the phase field can accurately access the results from the previous iteration. I welcome any insights or recommendations on how to ensure the smooth integration and continuity of results within this multi-scale simulation framework. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello
you mean time step right? Or do you mean fixed point iteration between the heat transfer and phase field simulations? If you use a TransientMultiApp for the phase field simulations, they will naturally restart from where they were on the previous step. Guillaume |
Beta Was this translation helpful? Give feedback.
this is correct. Yes CentroidMultiApp will have the same behavior as TransientMultiApp in that regard.