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

Pipe with sudden enlargement

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 22, 2008, 06:17
Default Hi, I'm a new OpenFoam user.
  #1
New Member
 
Marco Zecchi
Join Date: Mar 2009
Location: Italy
Posts: 8
Rep Power: 17
kyubi is on a distinguished road
Hi, I'm a new OpenFoam user.
My first openFoam experience is the study of turbolent flow in a circular pipe with a sudden enlargement.
I'm interested about steady state, and so I choose simpleFoam with standard k-epsilon mode.

The geometry is axi-symmetric, so for the mesh I use the blockMesh and makeAxialMesh utilities.

About the boundary conditions I set:
• inlet BC for the pipe inlet, so fixed value for U (1m/s), k and epsilon. About k and epsilon I extimated the values following the Programmer's Guide, page 58.
• outlet BC for pipe outlet: fixed value (0) for pressure; (but in fvSolution I change the pRefValue to 101.325 = 101325/1000)
• wall BC for pipe surface: fixed value (0 0 0) for U (no-slip condition);
• wedge BC for the front and back planes.

In the transportProperties I set 1e-6 for nu value (the fluid is water).
In this conditions the Reynold's number is 10000.

I use upwind in the fvScheme to ensure boundedness:
divSchemes
{
default none;
div(phi,U) Gauss upwind;
div(phi,k) Gauss upwind;
div(phi,epsilon) Gauss upwind;
div(phi,R) Gauss upwind;
div(R) Gauss linear;
div(phi,nuTilda) Gauss upwind;
div((nuEff*dev(grad(U).T()))) Gauss linear;
}

Everything seems to work fine, but when I try to compute the head loss coefficient xi I don't get the correct value: the areas ratio is A<sub>0</sub>/A<sub>2</sub> = 0.2; hence, according with theory, I should find 0.64 = (1 - A<sub>0</sub>/A<sub>2</sub>)<sup>2</sup>.
In order to calculate xi I use the mean velocity in the smaller pipe (U<sub>0</sub>) and the pressure difference between section where streamlines return parallels to pipe axis (p<sub>2</sub>) and section immediately after the enlargement (p<sub>1</sub>):

csi = 2(p<sub>2</sub>-p<sub>1</sub>)/U<sub>0</sub><sup>2</sup>

my result is 0.28...

Have you got an idea about which is my mistake?

Thank you!

Marco
kyubi is offline   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
Flow in a sudden pipe expansion John Haynes Main CFD Forum 4 December 1, 2008 09:23
Pressure pulsation in a pipe due to sudden opening asder CFX 3 March 2, 2008 17:18
Sudden non covergence of k-e Anastasios FLUENT 2 January 27, 2008 07:06
Pressure loss due to sudden expansion in pipe flow Ahmed FLUENT 0 January 2, 2006 10:01
SUDDEN SPIKE Jane FLUENT 0 October 6, 2005 02:54


All times are GMT -4. The time now is 01:28.