|
[Sponsors] |
UDF Macros for accessing radiation temperature |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 7, 2003, 05:28 |
UDF Macros for accessing radiation temperature
|
#1 |
Guest
Posts: n/a
|
Dear guys,
Is there anyone know how to obtain the radiation temperature in each cell of a mesh within the UDF? Is there any standard macros like C_T(c,t) to access the radiation temperature in a cell? Please advise me if you have a solution for this, thanks! |
|
May 28, 2011, 03:30 |
just find it in Ansys portal
|
#2 |
New Member
Nelson HO
Join Date: Jul 2009
Posts: 12
Rep Power: 17 |
#440 - FLUENT - How to access radiation temperature in a UDF
Product:FLUENTVersion:Other Answer:A user wants to access the radiation temperature in a UDF. Solutions are available for P1 and DOM radiation models. Radiation Temperature in a given cell (c,t) - using the P1 radiation model: pow(C_P1(c,t) / (4. * SIGMA_SBC), 0.25); Herein, "C_P1(c,t)" is the "incident radiation". - using the discrete ordinate ("disco") radiation model (DOM): The incident radiation can be found in... C_STORAGE_R_XV(c,t,SV_DO_IRRAD,0) Thus, the radiation temperature can be calculated as... pow( C_STORAGE_R_XV(c,t,SV_DO_IRRAD,0) / (4. * SIGMA_SBC), 0.25) |
|
June 4, 2015, 23:15 |
|
#3 | |
New Member
Luleå tekniska universitet
Join Date: May 2015
Location: LTU, Luleå, Sweden
Posts: 11
Rep Power: 11 |
Quote:
I know it's quite a old post but I want to clarify few things. C_P1(c,t) = incident radiation for P1 C_STORAGE_R_XV(c,t,SV_DO_IRRAD,0) = incident radiation for DOM Am I right? Thanks in advance. MAC |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
accessing solver data with UDF macros | Dushan | FLUENT | 1 | April 22, 2017 22:05 |
UDF: temperature dependent BC | ehooi | FLUENT | 6 | January 22, 2011 13:26 |
udf variable for wall temperature | Kiran | FLUENT | 0 | July 31, 2008 09:31 |
What are UDF macros C_T_S , C_T_AP,...???? | Asghari | FLUENT | 0 | January 28, 2007 11:54 |
Fluent incident radiation problem | Michael Schwarz | Main CFD Forum | 0 | October 21, 1999 06:56 |