|
[Sponsors] |
UDF to Access Wall Normal Concentration Gradient |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 6, 2009, 15:10 |
UDF to Access Wall Normal Concentration Gradient
|
#1 |
Member
Daniel Tanner
Join Date: Apr 2009
Posts: 54
Rep Power: 18 |
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... |
|
May 18, 2012, 11:35 |
|
#2 |
New Member
moon
Join Date: Feb 2012
Posts: 26
Rep Power: 14 |
more informations please , i'm verry interrested
thx |
|
May 21, 2012, 05:23 |
|
#3 |
Member
Daniel Tanner
Join Date: Apr 2009
Posts: 54
Rep Power: 18 |
What questions do you have?
If you have a UDF you are trying to create post it and I'll have a look. |
|
May 21, 2012, 12:14 |
|
#4 |
New Member
moon
Join Date: Feb 2012
Posts: 26
Rep Power: 14 |
Yes Mr daniel , may you send me this udf please .
thank you a lot |
|
February 18, 2015, 15:35 |
Help with the same problem
|
#5 |
New Member
Nandish
Join Date: Sep 2012
Posts: 5
Rep Power: 14 |
Could you please give more detail on your UDF.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
surface tension as function of normal gradient | tom | FLUENT | 2 | September 7, 2016 04:48 |
How to udf the wall boundary condition in VOF | gawainhe | FLUENT | 1 | December 24, 2008 20:00 |
Gradient over interior (shadow) wall | D Krijgsman | FLUENT | 0 | August 21, 2008 01:44 |
How to write udf of slip wall condition | cxzhao | FLUENT | 0 | April 27, 2005 22:20 |
UDF for wall shear stress | Bastian | FLUENT | 0 | July 21, 2004 05:52 |