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

Poiseuille flow - wrong velocity

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 19, 2015, 04:46
Default Poiseuille flow - wrong velocity
  #1
New Member
 
Kathrin Burckhardt
Join Date: Jun 2015
Posts: 1
Rep Power: 0
tribur is on a distinguished road
Hello,

I'm trying to simulate Poiseuille flow in a standard pipe (length 0.05m, radius 0.0025m, pressure drop 2.56 Pa, viscosity 0.001, density 1000), but I get a wrong velocity profile. The maximal velocity should be at 0.080m/s, but I get a maximum of 0.06m/s.
Can somebody please confirm that the following set-up is correct:

file ../0/p:
inlet
{
type fixedValue;
value uniform 0.00256;
}
outlet
{
type fixedValue;
value uniform 0.0;
}
wall
{
type zeroGradient;
}

file ../0/U:
inlet
{
type pressureInletVelocity;
phi phi;
rho rho;
value uniform (0 0 0);
}
outlet
{
type zeroGradient;
}
wall
{
type fixedValue;
value uniform (0 0 0);
}


Thanks a lot in advance!
tribur is offline   Reply With Quote

Reply

Tags
pressure driven flow, velocity profile


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
Issues on the simulation of high-speed compressible flow within turbomachinery dowlee OpenFOAM Running, Solving & CFD 11 August 6, 2021 06:40
3D Velocity profile for turbulent flow Kirill Fluent UDF and Scheme Programming 3 July 17, 2014 08:42
Outlet BC for disturbed Poiseuille flow murx CFX 10 February 22, 2012 13:55
Poiseuille flow problem Rosie FLUENT 1 December 6, 2002 16:52
what the result is negatif pressure at inlet chong chee nan FLUENT 0 December 29, 2001 05:13


All times are GMT -4. The time now is 22:05.