CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Using interFoam, phase piles up at pipe outlet

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 22, 2010, 15:34
Default Using interFoam, phase piles up at pipe outlet
  #1
Senior Member
 
Join Date: Mar 2009
Location: Norway
Posts: 137
Rep Power: 17
kjetil is on a distinguished road
Dear foamers,

I have put up a relatively simple case using interFoam, based on the approach in damBreak and 2D nozzle tutorials. I use setFields to "place" a load of water inside a pipe, which then is supposed to flush through the S-shaped geometry, and out. However, the water does not seem to exit the pipe at all. I have the following BCs (using OF 1.7.x):

alpha0:

inlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
outlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}

U:

inlet
{
type zeroGradient;
}

outlet {
type zeroGradient;
}

p_rgh:
inlet
{
type fixedValue;
value uniform 0;
}

outlet
{

type fixedValue;
value uniform -200;
}
Attached Images
File Type: jpg alpha_0.jpg (19.4 KB, 52 views)
File Type: jpg alpha_0.78.jpg (43.7 KB, 47 views)
kjetil is offline   Reply With Quote

Old   August 23, 2010, 03:44
Default
  #2
Senior Member
 
sega's Avatar
 
Sebastian Gatzka
Join Date: Mar 2009
Location: Frankfurt, Germany
Posts: 729
Rep Power: 20
sega is on a distinguished road
You force alpha0 to be zero all the time at the inlet an outlet.
I think a zeroGradient would be more appropriate - at least for the outlet.
__________________
Schrödingers wife: "What did you do to the cat? It's half dead!"
sega is offline   Reply With Quote

Old   August 23, 2010, 06:35
Default
  #3
Senior Member
 
Join Date: Mar 2009
Location: Norway
Posts: 137
Rep Power: 17
kjetil is on a distinguished road
Are you sure about this? My perception of the inletOutlet "value", is that this is the initial value, and changes as the simulation proceeds. Though if this was a fixedValue type, I would agree...
kjetil is offline   Reply With Quote

Old   August 23, 2010, 08:39
Default
  #4
Senior Member
 
sega's Avatar
 
Sebastian Gatzka
Join Date: Mar 2009
Location: Frankfurt, Germany
Posts: 729
Rep Power: 20
sega is on a distinguished road
The inletOutlet

Quote:
switches and between fixedValue and zeroGradient depending on direction of
(http://www.openfoam.com/docs/user/bo...hp#x24-1390293)

The value-entry will then correspond to the case of fixedValue.
But I'm not sure how this "switch" will work.
But there is some fixedValue involved in this may be the problem.

I think inletOutlet is better for velocity or pressure, not for alpha0.
__________________
Schrödingers wife: "What did you do to the cat? It's half dead!"
sega is offline   Reply With Quote

Old   August 24, 2010, 03:18
Default
  #5
Senior Member
 
Join Date: Mar 2009
Location: Norway
Posts: 137
Rep Power: 17
kjetil is on a distinguished road
I do see your point. The tutorials for interFoam, however, all use inletOutlet for alpha0.
kjetil is offline   Reply With Quote

Reply

Tags
interfoam, outlet, pipe


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
Finding Volume fraction at outlet when it changes its phase. praveen.jpk Main CFD Forum 1 August 18, 2014 07:18
Disturbed flow field at outlet boundary (Multiphase flow through pipe) Michiel CFX 17 April 21, 2010 10:14
steam flow in a pipe driven by a pressure gradient between inlet and outlet SalvoCalvo COMSOL 0 March 11, 2010 06:52
Reverse Flow at Rotating Pipe Outlet vismech STAR-CCM+ 1 August 11, 2009 10:38
Terrible Mistake In Fluid Dynamics History Abhi Main CFD Forum 12 July 8, 2002 09:11


All times are GMT -4. The time now is 04:32.