Amin Kazemi
Postdoctoral Researcher, University of Toronto
Please login with a confirmed email address before reporting spam
Posted:
4 years ago
30.10.2021, 17:20 MESZ
Oluwasogo,
I recommend you have a look at the Tin Melting Front model:
https://www.comsol.com/model/tin-melting-front-6234
Oluwasogo,
I recommend you have a look at the Tin Melting Front model:
https://www.comsol.com/model/tin-melting-front-6234
Please login with a confirmed email address before reporting spam
Posted:
4 years ago
04.11.2021, 11:25 MEZ
Dear Amin,
Thank you for the response. I will check it out.
Dear Amin,
Thank you for the response. I will check it out.
Please login with a confirmed email address before reporting spam
Posted:
4 years ago
05.11.2021, 21:02 MEZ
Dear Amin,
I have checked it out. Is there a mathematical expression to call out the melt depth in the result section?
Dear Amin,
I have checked it out. Is there a mathematical expression to call out the melt depth in the result section?
Amin Kazemi
Postdoctoral Researcher, University of Toronto
Please login with a confirmed email address before reporting spam
Posted:
4 years ago
05.11.2021, 22:49 MEZ
Dear Amin,
I have checked it out. Is there a mathematical expression to call out the melt depth in the result section?
You may try integrating a function which is 1 in the liquid and 0 in the solid. Let Tm be the melting point. Then the function is:
if(T<Tm,0,1)
and the liquid depth is:
intop1(if(T<Tm,0,1))
>Dear Amin,
>
>I have checked it out. Is there a mathematical expression to call out the melt depth in the result section?
You may try integrating a function which is 1 in the liquid and 0 in the solid. Let Tm be the melting point. Then the function is:
if(T
Please login with a confirmed email address before reporting spam
Posted:
4 years ago
08.11.2021, 09:20 MEZ
Updated:
4 years ago
08.11.2021, 09:20 MEZ
Dear Amin,
Thank you for the response. I will try it out.
Dear Amin,
Thank you for the response. I will try it out.