|
[Sponsors] |
UDF for hear transfer coefficient in non-thermal equilibrium porous meda |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 24, 2014, 20:44 |
UDF for hear transfer coefficient in non-thermal equilibrium porous meda
|
#1 |
New Member
Sherif
Join Date: Jan 2014
Posts: 3
Rep Power: 12 |
Hello,
I am trying to make a udf for the solid-liquid heat transfer coefficient for the thermal non-equilibrium model for porous media. The heat transfer coefficient is a function of the temperature of the solid and liquid zones as well as the thermal conductivity of the fluid. I am wondering how I can call the temperature variables in both zones? as well as how can I use the thermal conductivity property of the fluid as a variable in the UDF. Thanks |
|
July 24, 2014, 19:23 |
|
#2 |
Disabled
Join Date: Nov 2013
Posts: 16
Rep Power: 13 |
Hello. Did you solve your problem and write a udf for heat transfer coeff.?
Thank you. |
|
January 15, 2015, 05:27 |
|
#3 |
New Member
Anonymous Joe
Join Date: Jun 2013
Posts: 7
Rep Power: 13 |
i have the same problem, i want to get the temperature of the solid in the porous zone.
|
|
January 15, 2015, 12:04 |
|
#4 |
Disabled
Join Date: Nov 2013
Posts: 16
Rep Power: 13 |
After creating the solid domain, get the domain ID (cell condition tab).
In the UDF, write something similar to: int Zone_ID_solid = 9; /* solid zone ID*/ Domain *d = Get_Domain(1); cell_t c; Thread *thread_solid = Lookup_Thread(d,Zone_ID_solid); begin_c_loop(c,thread_solid) { T_solid = C_T(c,thread_solid); } end_c_loop(c,thread_solid) This will read the temperature in the cells of the zone specified. I think this would work, but I haven't check it. |
|
June 29, 2015, 05:41 |
|
#5 |
Member
Harry
Join Date: May 2013
Posts: 68
Rep Power: 13 |
Hello. I want to impose an equal temperature and flux condition at the interface between the porous zone and fluid zone in thermal non-equilibrium model through the equation K_se*dT_s/dr = K_fe*dT_f/dr = K_f*dT_f/dr = q_interface and T_s = T_f at the interface (where, K_se & K_fe are effective solid and fluid conductivity, q is the heat flux).I don't know how to write udf for this as I am not good in udf. I will be thankful for any suggestion about what macros should I use and how to implement.
|
|
May 17, 2016, 09:19 |
|
#6 | |
New Member
gui
Join Date: Oct 2013
Posts: 10
Rep Power: 13 |
Quote:
Thanks |
||
May 24, 2016, 06:50 |
|
#7 | |
New Member
gui
Join Date: Oct 2013
Posts: 10
Rep Power: 13 |
Quote:
Did you manage to obtain the solid temperature in the porous domain? If yes, how did you do it? Thank you, G Last edited by guilbemloco; May 24, 2016 at 09:23. |
||
November 16, 2016, 13:38 |
|
#8 |
New Member
parviz hash
Join Date: May 2012
Posts: 16
Rep Power: 14 |
Hi every body
I Have the same problem. I want to consider heat transfer coeff. as a function of reynolds number. How can I do this? Please help me |
|
January 2, 2020, 00:43 |
|
#9 |
New Member
Uday Kumar
Join Date: Dec 2019
Posts: 1
Rep Power: 0 |
did you solve this? I am doing the same type of problem. in which heat transfer coefficient need to give in terms of reynolds number. Could you please help me out?
|
|
Tags |
heat transfer coefficient, non-thermal equilibrium, porous media, udf |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
udf to define heat transfer coefficient | zacfranki | Fluent UDF and Scheme Programming | 0 | August 6, 2013 16:50 |
mass transfer coefficient for boundary condition | niek | Main CFD Forum | 0 | March 29, 2011 06:33 |
Two-Phase Buoyant Flow Issue | Miguel Baritto | CFX | 4 | August 31, 2006 13:02 |
Info: Short Course On Thermal Design of Electronic Equipment | Arnold Free | Main CFD Forum | 0 | August 10, 1999 11:18 |