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

UDF to Access Wall Normal Concentration Gradient

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   May 6, 2009, 14:10
Default UDF to Access Wall Normal Concentration Gradient
  #1
Member
 
Daniel Tanner
Join Date: Apr 2009
Posts: 54
Rep Power: 18
Daniel Tanner is on a distinguished road
I want to calculate and store the wall normal concentration gradient at my wall boundary. I have compiled my udf and it works correctly. However, I have some questions, below is a section of my udf for reference.

*******************************************
/* Get Connectivity Data */
BOUNDARY_FACE_GEOMETRY(f,t,A,ds,es,A_by_es,dr0);

/* Calculate Wall Normal Inter-centroid distance (dn)*/
dn = NV_DOT(A, (es*ds))/NV_MAG(A);

/* Calculate Wall Normal Concentration Gradient*/
C_UDMI(c0, t0, 1) = ((F_YI(f,j,0)*F_R(f,j))-(C_YI(c0, t0,0)*C_R(c0,t0)))/dn;
*******************************************

1) I am unsure (though the difference is probably quite small) if it is better to use the inter-centroid distance in the wall normal direction ("dn" - as defined above) or "ds" as returned by the BOUNDARY_FACE_GEOMETRY macro to calculate the wall normal gradient (i.e., dpsi/dn or dpsi/ds).

2) To establish the concentration gradient is mass_fraction*density the correct term to use:
F_YI(f,j,0)*F_R(f,j) - C_YI(c0, t0,0)*C_R(c0,t0)

3) I store these values at the centres of the cells (using C_UDMI) adjacent to the wall. Will this cause an error when contours of concentration at the wall are displayed in fluent, i.e., this would require the interpolation of the cell-centred values onto the wall and hence they would be different.

Thanks...
Daniel Tanner is offline   Reply With Quote

 


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
surface tension as function of normal gradient tom FLUENT 2 September 7, 2016 03:48
How to udf the wall boundary condition in VOF gawainhe FLUENT 1 December 24, 2008 19:00
Gradient over interior (shadow) wall D Krijgsman FLUENT 0 August 21, 2008 00:44
How to write udf of slip wall condition cxzhao FLUENT 0 April 27, 2005 21:20
UDF for wall shear stress Bastian FLUENT 0 July 21, 2004 04:52


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