--
You received this message because you are subscribed to the Google Groups "PRISMS-PF Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prisms-pf-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prisms-pf-users/10430b54-b946-44ce-8384-de45c2eec599n%40googlegroups.com.
Hi, I think this question is relevant to my work. I want to simulate the grain growth during the cooling phase of welding.1. If I calculate the temperature history using another FEM solver (say abaqus), can i import the temperature history (format: time[i], temperature[i]) into the grain-growth application?
2. or the temperature is calculated by adding a heat-conduction equation alongside with the grain-growth equation, then the mobility is expressed as a function of temperature?
3. The grain-growth directed to the temperature gradient (i.e., columnar grain) is most important in my case. Can i get this columnar grain shape with just adjusting the mobility as a function of temperature?Thanks.
--On Friday, January 26, 2024 at 11:12:48 PM UTC+8 dmontiel wrote:Hello, HaibiaoIn the grainGrowth and grainGrowth_dream3d apps, temperature is not accounted for directly in the free energy or the governing equations. However, you can incorporate the effect of temperature via the grain boundary mobility.For example, if you know the temperature-dependence of the mobility of grain boundaries for the polycrystalline microstructure you want to simulate, you can define the temperature in the "Model Constants" section in the parameters.prm file, Then in customPDE.h you can define the mobility as a function of temperature where the private member variables of the class customPDE are defined. For example, for an Arrhenius-type dependence of the mobility on temperature, it would look like the following:double T = userInputs.get_model_constant_double("T"); //This assigns the variable "T" to the constant defined as T in parameters.prmdouble M=M0*exp(-A/kT);I hope this helps but let me know if you still have questions.Best,DavidOn Fri, Jan 26, 2024 at 6:15 AM Haibiao <tuha...@gmail.com> wrote:Hello PRISMS-PF,I want to simulate the grain growth process at different temperatures using grainGrowth_dream3d, but I haven't found parameters to control the temperature. Can you provide some advice for me?"。Thank you,Haibiao--
You received this message because you are subscribed to the Google Groups "PRISMS-PF Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prisms-pf-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prisms-pf-users/10430b54-b946-44ce-8384-de45c2eec599n%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "PRISMS-PF Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prisms-pf-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prisms-pf-users/f040f0db-1e4e-4b2d-9fbe-10e504cfa6c3n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prisms-pf-users/0d3f1e96-5d03-4fa0-a358-65a8a7c52c86n%40googlegroups.com.