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

Strange pressure drop behavior

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 22, 2020, 16:54
Question Strange pressure drop behavior
  #1
Member
 
Join Date: Mar 2019
Posts: 81
Rep Power: 7
mm66 is on a distinguished road
Hi Foamers,

recently, I have been working on some 3D 90 degree bends. I investigated two cases:

1: With constant diameter D1 (from inlet to outlet which means inlet pipe of D1, 90 degree bend of D1, then outlet pipe of D1)
2: With bigger diameter (D2>D1) at the inlet, then reducing to the same diameter at the outlet (which means inlet pipe of D2, 90 degree bend of D2, reducer from D2 to D1 after the bend, then outlet pipe of D1)

I expected the second geometry to have lower pressure drop; however, simulation results are showing opposite of that...

Some details: simpleFoam, incompressible, turbulent (tried kEpsilon, realizableKE, kOmegaSST all giving similar answers), used wall functions.

Any ideas would help...

Thanks
mm66 is offline   Reply With Quote

Old   July 22, 2020, 19:38
Default
  #2
Member
 
Ardalan
Join Date: Jul 2012
Location: Atlanta, USA
Posts: 77
Rep Power: 13
Ardali is on a distinguished road
Hi,
How much is your pressure drop?
Would you post your p file?
Try a finer mesh and check the results if you are sure about your p BCs!
Ardalan
Ardali is offline   Reply With Quote

Old   July 23, 2020, 11:58
Default
  #3
Member
 
Join Date: Mar 2019
Posts: 81
Rep Power: 7
mm66 is on a distinguished road
Quote:
Originally Posted by Ardali View Post
Hi,
How much is your pressure drop?
Would you post your p file?
Try a finer mesh and check the results if you are sure about your p BCs!
Ardalan
Dear Ardalan,

Thanks for your swift reply.
They are 292 and 492 Pa for Case 1 and Case 2, respectively.

Sure, here is the p file:

Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v1812                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      binary;
    class       volScalarField;
    arch        "LSB;label=32;scalar=64";
    location    "0/refrigerant";
    object      p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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


internalField   uniform 0;

boundaryField
{
    Inlet
    {
        type            zeroGradient;
        value           uniform 0;
    }
    Outlet
    {
        type            fixedValue;
        value           uniform 0;
    }
    Wall
    {
        type            zeroGradient;
        value           uniform 0;
    }
}


// ************************************************************************* //
I also tried with several meshes, still similar results...

Last edited by mm66; July 23, 2020 at 13:42.
mm66 is offline   Reply With Quote

Old   July 23, 2020, 19:05
Default
  #4
Member
 
Ardalan
Join Date: Jul 2012
Location: Atlanta, USA
Posts: 77
Rep Power: 13
Ardali is on a distinguished road
Hi,
You say that the pressure drop for a nozzle in larger than that in a pipe! right?
It should be like this. That is not strange. The nozzle decreases the pressure and increases the velocity.

Ardalan
Ardali is offline   Reply With Quote

Old   July 24, 2020, 09:59
Default
  #5
Member
 
Join Date: Mar 2019
Posts: 81
Rep Power: 7
mm66 is on a distinguished road
Quote:
Originally Posted by Ardali View Post
Hi,
You say that the pressure drop for a nozzle in larger than that in a pipe! right?
It should be like this. That is not strange. The nozzle decreases the pressure and increases the velocity.

Ardalan
Hi Ardalan,

Please note that the first case is a simple pipe with a 90 degree bend. The second case is the same but the inlet and bend have larger diameters. So I expect the second case to have lower pressure drop. My hand calculations also support this but not OpenFOAM...

Thanks,
MJ
mm66 is offline   Reply With Quote

Old   July 24, 2020, 13:59
Default
  #6
Member
 
Ardalan
Join Date: Jul 2012
Location: Atlanta, USA
Posts: 77
Rep Power: 13
Ardali is on a distinguished road
As you have smaller outlet, the pressure decreases and the velocity increases in the outlet. Your boundary condition at outlet is set to zero so the simulation increases the pressure in the reset of the domain to keep the outlet to zero.
Anyhow, it increases the pressure gradient in the domain.


In a constant diameter pipe, pressure loss is due to the friction. In a nozzle or a sudden contraction, the dissipation will be added to the friction too. If you change anything in a constant diameter pipe you will have higher loss.
Ardali is offline   Reply With Quote

Old   July 24, 2020, 14:38
Default
  #7
Member
 
Join Date: Mar 2019
Posts: 81
Rep Power: 7
mm66 is on a distinguished road
Quote:
Originally Posted by Ardali View Post
As you have smaller outlet, the pressure decreases and the velocity increases in the outlet. Your boundary condition at outlet is set to zero so the simulation increases the pressure in the reset of the domain to keep the outlet to zero.
Anyhow, it increases the pressure gradient in the domain.


In a constant diameter pipe, pressure loss is due to the friction. In a nozzle or a sudden contraction, the dissipation will be added to the friction too. If you change anything in a constant diameter pipe you will have higher loss.
Thanks for the reply Ardalan.
Mmmm, the outlet size is the same for both cases. It's the inlet size that increases in the second case. So I expect the second case to have lower pressure drop...
mm66 is offline   Reply With Quote

Reply

Tags
bend, pressure drop, simplefoam


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
strange pressure behavior using interFoam for 3D micro-channel red.yxg OpenFOAM Running, Solving & CFD 4 January 31, 2020 15:18
Polydispersed phase pressure drop with drop size Laksh CFX 1 June 8, 2017 18:56
Computed Pressure Drop is lower than experimental data Ash Kot FLUENT 2 May 17, 2017 09:41
lower pressure drop compared to experimental value in Two phase flow calculations. Ash Kot Fluent Multiphase 0 May 16, 2017 16:29
Pipe Flow - Pressure Drop Daniel L FLOW-3D 2 December 10, 2010 04:23


All times are GMT -4. The time now is 06:35.