|
[Sponsors] |
August 20, 2005, 11:14 |
allowed gas phase escape
|
#1 |
Guest
Posts: n/a
|
Hi all,
I am working with three phase model (Fluid+gas). I have a top wall in the domain, the gas injected from the bottom and it must leave at the top, also to stop the other phase from leaving the domain a wall is used at the top surfce. However, a UDF macro linked to the cells attached to the wall to allowed gas leaving as shown below, but the gas is not leaving completely, and a rotation of the gas greated once it contact with wall, so some of the gas phase remain in the system. Please advice me. ManyThanks Abu-Khawlah ************************************* #include "udf.h" DEFINE_SOURCE(phase_source,c,t,ds,eqn) { real source; source = -C_VOF(c,t) *C_R(c,t); ds[eqn] = 0; return source; } ************************************ Note: I add the cell real volume (C_VOLUME) to the source but not match changed ************************************ |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
Constant velocity of the material | Sas | CFX | 15 | July 13, 2010 09:56 |
Gas dissolution from liquid phase with CFX | Roger Young | CFX | 2 | May 6, 2008 08:37 |
compressible two phase flow in CFX4.4 | youngan | CFX | 0 | July 2, 2003 00:32 |
Gas pressure question | Dan Moskal | Main CFD Forum | 0 | October 24, 2002 23:02 |