|
[Sponsors] |
Question on Convective augmentation factor (UDF) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 5, 2020, 10:54 |
Question on Convective augmentation factor (UDF)
|
#1 |
New Member
Join Date: May 2020
Posts: 7
Rep Power: 6 |
Hi there,
I’m working with the convective augmentation factor (section 6.3.14.3.6. Augmented Heat Transfer in Ansys User’s guide). Following the instruction, this factor should be assigned using text command. 1.png In fact, I noticed that it can be created as a udf profile. I wonder which UDF function should I use? I tried to create the following one (just a test case, to see if it can be compiled), but not success. DEFINE_PROFILE(flux_heat_Augfac, t, i) { face_t f; begin_f_loop(f, t) { F_PROFILE(f, t, i) = 20.; } end_f_loop(f, t) } Am I using the wrong function ? (I didn't find any example in the UDF user's guide.) |
|
June 5, 2020, 12:17 |
Augmentation
|
#2 |
Senior Member
|
UDF is not required if you want to apply a single value or a fixed profile. However, you can use a UDF if the value of augmentation factor changes with the solved field.
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
June 5, 2020, 12:20 |
|
#3 |
New Member
Join Date: May 2020
Posts: 7
Rep Power: 6 |
Well, in my case, I'm pretty sure it is not a fixed value or a constant. I have to use UDF. Could you please show me an example of UDF on Convective augmentation factor? Thanks a lot.
|
|
June 5, 2020, 13:46 |
Udf
|
#4 |
Senior Member
|
You can use any general DEFINE_PROFILE UDF, even the one you shared in your post.
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
Tags |
cht, heat transfer, udf |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Question Re Engineering Data Source | imnull | ANSYS | 0 | March 5, 2012 14:51 |
Convective flux exceed limit warning | quemmo | FLOW-3D | 1 | October 5, 2011 12:57 |
internal field question - PitzDaily Case | atareen64 | OpenFOAM Running, Solving & CFD | 2 | January 26, 2011 16:26 |
Question about Table applicaiton. | universez | OpenFOAM Running, Solving & CFD | 0 | January 12, 2010 21:31 |
the calculation of convective flux | Hai-Wen Ge | Main CFD Forum | 14 | April 23, 2001 07:34 |