Dear all I am working on a study to investigate the role of elastic energy on hydride evolution in Zr claddings in NPP.
Through dealii, I have developed a program that solves the coupled system system of equations : 1. Laplace equation (steady thermal conduction) 2. Mechanical equilibrium 3. Cahn- Hilliard equation 4. Allen-cahn equation The program runs well and no issues there. A typical simulation takes large number of time steps to solve and generate a micro-structure. However, I want to investigate how will the hydride phase will re-orient depending on a particular mechanical boundary load. Although that I can implement a time dependent boundary condition that will allow me to achieve this goal, I dont want to do that. I want to use the results from the last time step in my original analysis and use that as a starting point in a new analysis, that includes all of the system information from the previous analysis. Is there a way to do that through dealii? Thank you -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/1010a77e-c14e-4871-bacf-51e5dbf11cd7n%40googlegroups.com.
