CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

No flow in vertical pipe.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 5, 2015, 05:52
Default No flow in vertical pipe.
  #1
New Member
 
Gian
Join Date: Feb 2015
Posts: 6
Rep Power: 11
vishmehr24 is on a distinguished road
As a beginner, I have attempted to model a vertical pipe, filled with water and open at top and bottom.

problem is I am not getting any flow out of the bottom outlet. The vertical velocity refuses to budge from its initial zero value.

I have used the twoLiquidMixingFoam but in this case I use only one fluid.

I have set the 0/U file as:
FoamFile
{
version 2.0;
format ascii;
class volVectorField;
location "0";
object U;

dimensions [0 1 -1 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{
topOutlet
{
type inletOutlet;
inletValue uniform (0 0 0);
value uniform (0 0 0);
}
bottomOutlet
{
type inletOutlet;
inletValue uniform (0 0 0);
value uniform (0 0 0);
}
pipe
{
type fixedValue;
value uniform (0 0 0);
}
}
------------------------------------------------------------------------
and the 0/p_rgh file as:
FoamFile
{
version 2.0;
format ascii;

root "";
case "";
instance "";
local "";

class volScalarField;
object p_rgh;

dimensions [1 -1 -2 0 0 0 0];

internalField uniform 0;

boundaryField
{
bottomOutlet
{
type fixedValue;
value uniform 0;
}
topOutlet
{
type fixedValue;
value uniform 0;
}
pipe
{
type zeroGradient;
}

-------------------------------------------------------
The pipe is 50 cm vertical column and having a square 4 cm by 4 cm cross-section

I attach the distribution of p_rgh, p, Ux (the vertical velocity) about 10 s after the simulation starts.

SO, what could be the possible problem?
IS there a problem with BC at bottom outlet?
Attached Images
File Type: jpg p_rgh-9.9s.jpg (36.7 KB, 20 views)
File Type: jpg p-9.9s.jpg (23.0 KB, 13 views)
File Type: jpg Ux-9.9s.jpg (24.5 KB, 15 views)
vishmehr24 is offline   Reply With Quote

Reply

Tags
openfoam, outlet boundary condition, pressure boundary, vertical 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
Slug flow modelling in vertical pipe using ansys software 12.1 kwasi FLUENT 5 April 9, 2013 21:00
Disturbed flow field at outlet boundary (Multiphase flow through pipe) Michiel CFX 17 April 21, 2010 10:14
About Turbulence Intensity (Pipe flow assimilated) gRomK13 Main CFD Forum 1 July 10, 2009 03:11
Turbulence in a pipe flow JM Main CFD Forum 4 December 21, 2006 04:04
outlet boudary condition for a flow in the pipe Atit CFX 2 November 9, 2004 17:43


All times are GMT -4. The time now is 18:20.