CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

Question on Convective augmentation factor (UDF)

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 5, 2020, 09:54
Question Question on Convective augmentation factor (UDF)
  #1
New Member
 
Join Date: May 2020
Posts: 7
Rep Power: 5
ASDzxc is on a distinguished road
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.)
ASDzxc is offline   Reply With Quote

Old   June 5, 2020, 11:17
Default Augmentation
  #2
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 35
vinerm will become famous soon enough
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.
vinerm is offline   Reply With Quote

Old   June 5, 2020, 11:20
Default
  #3
New Member
 
Join Date: May 2020
Posts: 7
Rep Power: 5
ASDzxc is on a distinguished road
Quote:
Originally Posted by vinerm View Post
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.
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.
ASDzxc is offline   Reply With Quote

Old   June 5, 2020, 12:46
Default Udf
  #4
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 35
vinerm will become famous soon enough
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.
vinerm is offline   Reply With Quote

Reply

Tags
cht, heat transfer, udf

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Question Re Engineering Data Source imnull ANSYS 0 March 5, 2012 13:51
Convective flux exceed limit warning quemmo FLOW-3D 1 October 5, 2011 11:57
internal field question - PitzDaily Case atareen64 OpenFOAM Running, Solving & CFD 2 January 26, 2011 15:26
Question about Table applicaiton. universez OpenFOAM Running, Solving & CFD 0 January 12, 2010 20:31
the calculation of convective flux Hai-Wen Ge Main CFD Forum 14 April 23, 2001 06:34


All times are GMT -4. The time now is 05:17.