|
[Sponsors] |
December 6, 2020, 22:45 |
Moisture Transfer
|
#1 |
New Member
Abbas Raza
Join Date: Nov 2020
Posts: 27
Rep Power: 6 |
I am writing a udf for a defining moisture from Air to Lcl solution. In between two fluid, a membrane(solid) is inserted, Now, I want to define mass fraction just above the membrane first layer of cells. Can any one help me in this matter?
#include "udf.h" #define Xm 0.0032 { DEFINE_PROFILE(mass_x_inlet, thread, face) Thread *t; face_t f: cell_t c: { begin_f_loop(f,thread) F_CENTROID(x,f,thread) } This is not a complete udf. This loop will be used for all cell faces in the boundary zone. I just want to specify first layer above the membrane. with what command I can do it? Seniors please help me. Thanks in advance. Regards, Abbas Raza |
|
December 7, 2020, 01:10 |
|
#2 |
Senior Member
Join Date: Nov 2013
Posts: 1,965
Rep Power: 27 |
Why in the first layer of cells?
Why don't you use the faces of the membrane, with a normal boundary condition? |
|
December 7, 2020, 01:50 |
Moisture Transfer across membrane
|
#3 | |
New Member
Abbas Raza
Join Date: Nov 2020
Posts: 27
Rep Power: 6 |
Quote:
If i induce moisture at inlet, How I would be able to know that moisture content is just above the cells of membrane? In short, How cell to cell moisture can be modelled with what command? Thanks in advance. Regards, |
||
December 7, 2020, 02:44 |
|
#4 |
Senior Member
Join Date: Nov 2013
Posts: 1,965
Rep Power: 27 |
I'm not talking about setting the moisture on the inlet. I'm talking about setting the moisture on the faces of the membrane.
|
|
December 7, 2020, 02:50 |
Moisture Transfer across membrane
|
#5 | |
New Member
Abbas Raza
Join Date: Nov 2020
Posts: 27
Rep Power: 6 |
Quote:
Thanks in advance! Regards, |
||
December 7, 2020, 05:47 |
|
#6 | |
Senior Member
Join Date: Nov 2013
Posts: 1,965
Rep Power: 27 |
Quote:
if you don't want a fixed value, but want to use an equation, then you need a UDF. If you use cell approach, you have to use UDF, you might run into stability problems, you might get a big mesh-dependency, you have to write something that only finds cells directly touching the membrane, and in general you make your life complicated for no reason. |
||
December 8, 2020, 03:27 |
Moisture Transfer
|
#7 | |
New Member
Abbas Raza
Join Date: Nov 2020
Posts: 27
Rep Power: 6 |
Quote:
I have another query. I have two fluids. one is Air & other is Licl solution. & I want to insert a PVDF membrane between two. I modelled platein XYplane ( Length, width =100mm) & thickness 2mm in zaxis using extrude option. I select another plane having offset from zaxis 2mm.& draw another plate of having same dimensions. One is modelled as air while other is Licl. Both of them are stacking to each other. In mesh option, I deleted contact region (that automatically made) & named all regions manually like (inlet, outlet, airinterface, liclinterface etc) & meshed by using default method. In Fluent setup, I used mesh interface, & joining airinterface & liclinterface and named the coupled wall as a mmebrane & its shadow is also formed. After having a simulation, I am getting a message: Zone surface cannot create from sliding interface zone. creating empty surface zone. looking forward your kind response for settling the issue. I used in ansys16 & 20. both have same issue. Thanks in advance. Regards |
||
December 9, 2020, 03:20 |
|
#8 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
read log file on the second picture, I can see, you have an error on line 38 of your UDF
__________________
best regards ****************************** press LIKE if this message was helpful |
|
December 9, 2020, 03:34 |
Moisture Transfer
|
#9 | |
New Member
Abbas Raza
Join Date: Nov 2020
Posts: 27
Rep Power: 6 |
Quote:
This was an attempt for interpreting UDF. However, my prime concern is regarding empty surface zone by using mesh interface. For my case, I am trying to consider this interface of both fluids is acting as a membrane. Fluent post processing isn't helping me in this matter. I want to know that my approach is wrong or i need to do something else? Thanks in Advance. Regards, |
||
Tags |
ansys 2020, cfd main forum, fluent - udf, mass diffusivity, udf customize |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Foam::error::PrintStack | almir | OpenFOAM Running, Solving & CFD | 92 | May 21, 2024 08:56 |
problems after decomposing for running | alessio.nz | OpenFOAM | 7 | March 5, 2021 05:49 |
Interphase mass transfer of a reaction | cfx_ws1992 | Main CFD Forum | 0 | May 15, 2017 22:42 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |