|
[Sponsors] |
Can wemodify effective thermal conductivity by UDF |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 27, 2005, 00:09 |
Can wemodify effective thermal conductivity by UDF
|
#1 |
Guest
Posts: n/a
|
In Phoenics CFD software, we can modify effecive thermal conductivity in energy equation by adjusting the thermal diffusivity. I want to know if we can do the same thing in FLUENT by UDF. The DEFINE_DIFFUSIVITY macro is not possible because it only can be used to specify the diffusivity for the species transport equations or user-defined scalar (UDS) transport equations.
Thanks a lot. |
|
October 27, 2005, 02:54 |
Re: Can wemodify effective thermal conductivity by
|
#2 |
Guest
Posts: n/a
|
Thermal diffusivity is modeled by
k+cp*turb_viscosity/Pr_Energy k is conductivity and cp specfific heat. You can set Prandtl number in the viscous panel either as constant value or udf. Unfortunatly there is no documentation about the needed macro (only for TKE and TDR Prandtl). In udf.h you can find (beside the two DEFINE_PRANDTL macros mention in the udf guide) three macros #define DEFINE_PRANDTL_O(name, c, t) real name(cell_t c, Thread *t) #define DEFINE_PRANDTL_T(name, c, t) real name(cell_t c, Thread *t) #define DEFINE_PRANDTL_T_WALL(name, c, t) real name(cell_t c, Thread *t) Maybe one of those will work. Good Luck RoM |
|
October 27, 2005, 06:28 |
Re: Can wemodify effective thermal conductivity by
|
#3 |
Guest
Posts: n/a
|
Rom, thank for your help.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
I need one simple udf code for effective thermal conductivity of nanofluid | mvf | Fluent UDF and Scheme Programming | 1 | February 10, 2017 20:05 |
UDF for effective thermal conductivity | Rashmi | FLUENT | 1 | November 6, 2007 21:08 |
UDF for effective thermal conductivity | Mona | FLUENT | 2 | January 16, 2006 14:36 |
Effective thermal conductivity UDF - C_K_EFF?? | Craig | FLUENT | 4 | February 11, 2004 15:02 |
Porous Media Effective Thermal Conductivity | Greg Perkins | FLUENT | 3 | August 5, 2001 22:53 |