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

Question on DEFINE_HEAT_FLUX

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   June 2, 2020, 10:16
Question Question on DEFINE_HEAT_FLUX
  #1
New Member
 
Join Date: May 2020
Posts: 7
Rep Power: 6
ASDzxc is on a distinguished road
Hi there,
I'm doing a fluid-solid coupling heat transfer problem. Since I've just started using Fluent, I've created a very simple test case (no radiation) to figure out what Fluent can do (attachement):
1.png
Based on the description of udf DEFINE_HEAT_FLUX, it modifies the diffusive heat flux coefficients using equation:
qid = cid[0] + cid[1]*C_T(c0,t0) - cid[2]*F_T(f,t) - cid[3]*pow(F_T(f,t),4)
so I wrote the udf:
DEFINE_HEAT_FLUX(heat_flux, f, t, c0, t0, cid, cir)
{
real h=2000.;
cid[1] = h;
cid[2] = h;
cid[0] = 0.;
cid[3] = 0.;
C_UDMI(c0,t0,1)=h;
}
Then I got questions about the result, it seems really strange for me.
1. I tried to visualize C_UDMI(c0,t0,1) in the result. Instead of showing 2000 in some near wall cells, the max of the contour is somewhere around 1500 or 1000, not 2000, why?
2. What exactly this udf modified? In the figure that I uploaded,
h(T_f-T_interface)=-k_wall*(T_interface-T_wall)/d2
where h is the coefficient assigned using udf, k_wall is the wall conductivity.
is this correct?
Thanks for your help.
ASDzxc is offline   Reply With Quote

 

Tags
ansys, define_heat_flux, fluent, heat flux, udf


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 about symmetry in Autodesk Cfd 2016 ecto Autodesk Simulation CFD 0 October 20, 2015 04:16
small question about the functionalities of topological changes in OpenFoam ngj OpenFOAM Running, Solving & CFD 2 February 28, 2013 10:02
Question Re Engineering Data Source imnull ANSYS 0 March 5, 2012 13:51
internal field question - PitzDaily Case atareen64 OpenFOAM Running, Solving & CFD 2 January 26, 2011 15:26
Poisson Solver question Suresh Main CFD Forum 3 August 12, 2005 04:37


All times are GMT -4. The time now is 21:09.