Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
15 févr. 2010, 04:50 UTC−5
Hi,
I think your problem is that the variable fluxx_ht is only defined on the subdomain, not on the boundary. I have a couple of suggestions that you might look at though, if you want to get a the two heat fluxes. First is to define two heat transfer modes (or use an assembly), and set the temperature equal at the boundary. You might need to use a non-ideal weak constraint though to avoid the flux from being coupled naturally as the reaction force.
Do you define the temperature at the boundary (Dirichlet type)? If so, then look up calculating the flux from the Lagrange multiplier (weak constraint). Since this is an internal boundary, the lm is calculated as the difference in heat fluxes normal to the boundary. Plus you get (supposedly) better accuracy in the flux calculations. I use this for the Stefan model of melting.
Hope this helps!
Hi,
I think your problem is that the variable fluxx_ht is only defined on the subdomain, not on the boundary. I have a couple of suggestions that you might look at though, if you want to get a the two heat fluxes. First is to define two heat transfer modes (or use an assembly), and set the temperature equal at the boundary. You might need to use a non-ideal weak constraint though to avoid the flux from being coupled naturally as the reaction force.
Do you define the temperature at the boundary (Dirichlet type)? If so, then look up calculating the flux from the Lagrange multiplier (weak constraint). Since this is an internal boundary, the lm is calculated as the difference in heat fluxes normal to the boundary. Plus you get (supposedly) better accuracy in the flux calculations. I use this for the Stefan model of melting.
Hope this helps!
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
15 févr. 2010, 07:15 UTC−5
hi thank you for asking,
in fact i defined two heat transfer modes, conduction in solid and convection in liquid, and i set the temperature equal at the interface = equilibrium temperature, and i used non-ideal weak constraint.
since you have already used the stefan model of melting, can u please tell me the melting rate expression that u used.
thank u
hi thank you for asking,
in fact i defined two heat transfer modes, conduction in solid and convection in liquid, and i set the temperature equal at the interface = equilibrium temperature, and i used non-ideal weak constraint.
since you have already used the stefan model of melting, can u please tell me the melting rate expression that u used.
thank u
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
19 févr. 2010, 04:38 UTC−5
Hi again, it's basically a heat balance across the boundary. The way I think about it is that the difference between the heat going into the boundary and coming out of it, is stored as the latent heat associated with the solid melting (ie: the boundary moving). The expression is then
Jin-Jout=Hfus*R (minding your units of course)
Now it gets a lot more fun if you try to add non-congruent melting. There are more details here if you want:
www.mikewelland.com/publications/journalarticle/Welland_CSONCMOHUD_manuscript.pdf
Hi again, it's basically a heat balance across the boundary. The way I think about it is that the difference between the heat going into the boundary and coming out of it, is stored as the latent heat associated with the solid melting (ie: the boundary moving). The expression is then
Jin-Jout=Hfus*R (minding your units of course)
Now it gets a lot more fun if you try to add non-congruent melting. There are more details here if you want: http://www.mikewelland.com/publications/journalarticle/Welland_CSONCMOHUD_manuscript.pdf
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
19 févr. 2010, 08:20 UTC−5
Thank you very much for informations and documentation.
Thank you very much for informations and documentation.