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

pipe with orifice, pressure drop declines when pipe gets longer (BC problem?)

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 21, 2016, 04:55
Default pipe with orifice, pressure drop declines when pipe gets longer (BC problem?)
  #1
New Member
 
Christof Schmidt
Join Date: Nov 2015
Posts: 6
Rep Power: 10
cristopf is on a distinguished road
Hi everybody,

I hope anybody can help me out with my case. Iīve got a pipe with an orifice in it. Inlet is on the left and outlet on the right side. I have a turbulence air flow solving with simple foam and want to calculate the pressure drop between Inlet and Outlet.
Inlet:
internalField uniform (0 0 0);

boundaryField
{
inlet_solid
{
type fixedValue;
value uniform (4.63 0 0);
}

outlet_solid
{
type zeroGradient;
}

walls_solid
{
type fixedValue;
value uniform (0 0 0);
}

Outlet:
internalField uniform 0;

boundaryField
{
inlet_solid
{
type zeroGradient;
}

outlet_solid
{
type fixedValue;
value uniform 0;
}

walls_solid
{
type zeroGradient;
}

two cases (attached pictures):
1. short pipe
2. the second pipe is longer after the orifice

The problem is that I get a fewer pressure drop for the longer pipe.
short pipe: dp=63.5 Pa
long pipe: dp=53.5 Pa

short pipe: I assume that the problem is the boundary condition p=0 at the outlet. Perhaps that condition conflicts with the "chaotic" flow profile at the outlet.

long pipe: in that case the flow at the outlet "calmed down". (so I think value of pressure drop more plausible for that case)

How can I change the boundary conditions to get a more accurate value for the pressure drop for the short pipe (if thatīs the reason)?
I thought about to work with the type calculated for the pressure at the outlet
Attached Images
File Type: jpg PipeU.jpg (69.4 KB, 12 views)
File Type: jpg PipeLongU.jpg (58.8 KB, 8 views)
cristopf is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Discharge of Pressure Vessel into Pipe with Regulator gajowni2 System Analysis 0 October 31, 2015 18:57
Orifice-Pipe Problem CFXMUFFIN CFX 3 July 16, 2015 18:57
Pipe line pressure drop kirli OpenFOAM Running, Solving & CFD 2 March 1, 2013 16:13
fluid flow fundas ram Main CFD Forum 5 June 17, 2000 21:31
Hydrostatic pressure in 2-phase flow modeling (long) DS & HB Main CFD Forum 0 January 8, 2000 15:00


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