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

moisture over a coupled wall udf

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 16, 2020, 08:57
Default moisture over a coupled wall udf
  #1
New Member
 
Abbas Raza
Join Date: Nov 2020
Posts: 27
Rep Power: 5
Abbas20000220 is on a distinguished road
I have written a udf for introducing moisture over coupled wall between two fluids.

#include "udf.h"

#define m 0.28

DEFINE_PROFILE(mass_H2O,t,i)

{

face_t f;

real x[ND_ND];

real A[ND_ND];

real y;

begin_f_loop(f,t)

{

F_AREA(A,f,t);

F_CENTROID(x,f,t);

F_YI(x,f,t);

y=m*F_YI(x,f,t);

}

End_f_loop(f,t)

}

Please help me. This UDF is showing nothing in the contours.
? In my case, I have two inlets and two outlets of two different fluids and in between there is a sandwiched (Coupled wall). In inlets of both fluids I am introducing velocity of fluids along with temperature while both outlets are set for pressure outlets. And in this coupled wall option I have option in species where there are boundary condition. I am confused where I will introduce UDF.

Regards,
Abbas Raza
Abbas20000220 is offline   Reply With Quote

Reply

Tags
fluent - udf, mass concentration, mass diffusion, udf and programming


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
UDF to disable wall functions Abhinand Fluent UDF and Scheme Programming 3 June 15, 2020 16:05
UDF for Wall Boundary moving Left and right to create wave Simulation in a Flume buerskin Fluent UDF and Scheme Programming 2 July 3, 2019 21:23
UDF for moving wall (oscillating) Sambhu.jayachandran Fluent UDF and Scheme Programming 3 March 12, 2018 03:23
get wall pressureuse UDF in coupled solver helenuan Fluent UDF and Scheme Programming 1 April 22, 2013 08:11
UDF to monitor minimum pressure on the wall Arvind Jayaprakash FLUENT 0 September 20, 2007 11:53


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