|
[Sponsors] |
December 16, 2020, 09:57 |
moisture over a coupled wall udf
|
#1 |
New Member
Abbas Raza
Join Date: Nov 2020
Posts: 27
Rep Power: 6 |
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 |
|
Tags |
fluent - udf, mass concentration, mass diffusion, udf and programming |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF for Wall Boundary moving Left and right to create wave Simulation in a Flume | buerskin | Fluent UDF and Scheme Programming | 3 | September 30, 2024 01:05 |
UDF to disable wall functions | Abhinand | Fluent UDF and Scheme Programming | 3 | June 15, 2020 17:05 |
UDF for moving wall (oscillating) | Sambhu.jayachandran | Fluent UDF and Scheme Programming | 3 | March 12, 2018 04:23 |
get wall pressureuse UDF in coupled solver | helenuan | Fluent UDF and Scheme Programming | 1 | April 22, 2013 09:11 |
UDF to monitor minimum pressure on the wall | Arvind Jayaprakash | FLUENT | 0 | September 20, 2007 12:53 |