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

Entrance Length in Laminar Pipe Flow

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 28, 2018, 05:15
Default Entrance Length in Laminar Pipe Flow
  #1
New Member
 
djr4cfd
Join Date: Jan 2018
Posts: 13
Rep Power: 8
djr4cfd is on a distinguished road
Dear Foamers,

I just started learning OpenFOAM and I thought of simulating the basic problem of fluid flow through a pipe. I made a 2D mesh with a width of 1m and a length of 10m and simulated the flow using simpleFoam. I understand that the entrance length (development length) can be found by measuring the distance from the pipe inlet to the point where the velocity in the axial direction becomes constant. But in my case, the velocity keeps on increasing throughout the length of the pipe. Why is that happening? Is there any other way to find the development length??

Thank you in advance.
djr4cfd is offline   Reply With Quote

Old   March 28, 2018, 06:17
Default
  #2
Senior Member
 
piu58's Avatar
 
Uwe Pilz
Join Date: Feb 2017
Location: Leipzig, Germany
Posts: 744
Rep Power: 15
piu58 is on a distinguished road
I think you mixed something.

The inlet length is the one it need to homogenize the velocity distribution. The mean velocity cannot increase in such a pipe. Please check your b.c.
__________________
Uwe Pilz
--
Die der Hauptbewegung überlagerte Schwankungsbewegung ist in ihren Einzelheiten so hoffnungslos kompliziert, daß ihre theoretische Berechnung aussichtslos erscheint. (Hermann Schlichting, 1950)
piu58 is offline   Reply With Quote

Old   March 28, 2018, 07:53
Default
  #3
New Member
 
djr4cfd
Join Date: Jan 2018
Posts: 13
Rep Power: 8
djr4cfd is on a distinguished road
Thank you very much for responding. The boundary conditions are as follows:
Velocity:

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

inlet
{
type fixedValue;
value uniform (4.53 0 0);
}
outlet
{
type zeroGradient;
}



Pressure:


pipeWall
{
type zeroGradient;
}

inlet
{
type zeroGradient;
}
outlet
{
type fixedValue;
value uniform 0;
}

Is this right??
djr4cfd is offline   Reply With Quote

Old   March 28, 2018, 08:11
Default
  #4
Senior Member
 
piu58's Avatar
 
Uwe Pilz
Join Date: Feb 2017
Location: Leipzig, Germany
Posts: 744
Rep Power: 15
piu58 is on a distinguished road
This looks good.
__________________
Uwe Pilz
--
Die der Hauptbewegung überlagerte Schwankungsbewegung ist in ihren Einzelheiten so hoffnungslos kompliziert, daß ihre theoretische Berechnung aussichtslos erscheint. (Hermann Schlichting, 1950)
piu58 is offline   Reply With Quote

Old   March 28, 2018, 08:25
Default
  #5
Member
 
Hosein
Join Date: Nov 2011
Location: Germany
Posts: 93
Rep Power: 14
einstein_zee is on a distinguished road
Quote:
Originally Posted by djr4cfd View Post
Thank you very much for responding. The boundary conditions are as follows:
Velocity:

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

inlet
{
type fixedValue;
value uniform (4.53 0 0);
}
outlet
{
type zeroGradient;
}



Pressure:


pipeWall
{
type zeroGradient;
}

inlet
{
type zeroGradient;
}
outlet
{
type fixedValue;
value uniform 0;
}

Is this right??
Hey there,

Your boundary conditions are fine for the moment. But based on your information you will need ~57.53 meters to reach to fully developed condition. You may take a look at here "https://www.engineeringtoolbox.com/entrance-length-flow-d_615.html" to calculate your development length.
einstein_zee is offline   Reply With Quote

Old   March 28, 2018, 09:07
Default
  #6
New Member
 
djr4cfd
Join Date: Jan 2018
Posts: 13
Rep Power: 8
djr4cfd is on a distinguished road
Thank you piu58 and einstein_zee. As einstein_zee pointed out, my velocity was very high. I corrected it and now it works well. I appreciate you for finding time to respond to my silly question. Thank you very much.
djr4cfd 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
Multiphase flow in a pipe with a CHT wissal CFX 4 June 12, 2017 12:15
Problems Verifying Laminar Flow in Pipe dreamchaser CFX 3 September 17, 2014 18:32
Laminar pipe flow using 2D axis symmetric geometry nandiganavishal OpenFOAM Running, Solving & CFD 4 April 1, 2013 00:48
Laminar Pipe Flow Simulation/Help Please Colin FLUENT 3 May 6, 2003 23:07
fully developed laminar pipe flow wendy CFX 11 January 16, 2002 17:12


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