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

allowed gas phase escape

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 20, 2005, 10:14
Default allowed gas phase escape
  #1
Abu-Khawlah
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 ************************************

  Reply With Quote

Reply


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
mass flow in is not equal to mass flow out saii CFX 12 March 19, 2018 05:21
Constant velocity of the material Sas CFX 15 July 13, 2010 08:56
Gas dissolution from liquid phase with CFX Roger Young CFX 2 May 6, 2008 07:37
compressible two phase flow in CFX4.4 youngan CFX 0 July 1, 2003 23:32
Gas pressure question Dan Moskal Main CFD Forum 0 October 24, 2002 22:02


All times are GMT -4. The time now is 11:55.