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

SimpleFoam Laminar Pipe Flow Pressure Drop Error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 13, 2019, 08:10
Default SimpleFoam Laminar Pipe Flow Pressure Drop Error
  #1
New Member
 
Xiaolong Liu
Join Date: Sep 2019
Posts: 6
Rep Power: 6
xiaolong is on a distinguished road
Hello Foamers,

I am new to openfoam. I am trying to simulate a laminar pipe flow by using simpleFoam and compare the pressure drop with the analytical solution. However, I found a quite consistent about 11% pressure drop error by adjusting the inlet velocity (Re=500, 1000, 1500, 2000)

Below are the parameters I used for this simulation

Pipe length (L): 0.5m
Pipe diameter (D): 0.015m
Dynamic viscosity (mu): 8.9e-4 N/m-s
Density (rho): 997 kg/m^3
Max value of parabolic velocities:
(1) 5.96e-2 m/s(Re=500); (2) 1.19e-1 m/s (Re=1000); (3) 1.78e-1 m/s (Re=1500); (4) 2.38e-1 m/s (Re=2000).
Boundary conditions:
p:
Inlet: zeroGradient;
Outlet: fixedValue uniform 0;
Wall: zeroGradient;
U:
Inlet: parabolic velocity (I tried fixedvalue uniform inlet velocity as well without measuring in the entry length region, the same problem);
Outlet: zeroGradient;
Wall: fixedValue uniform (0 0 0);


I also compared simulation results with Fluent, as shown in the figure below:

https://www.dropbox.com/s/22xv8hlwuv...luent.png?dl=0

I have tried (1) refining the mesh in different levels; (2) adjusting the gradient scheme to leastsquares method; (3) importing the mesh developed in ANSYS for Fluent simulation. None of these can change the results.

Since this is a very simple case, I believe simpleFoam should be able to provide accurate prediction on the pressure drop. However, I just can not get it.

I really appreciate if anyone can help to point out what the problem is.

Please find my code in the following link:

https://www.dropbox.com/s/w91ak3klx3..._flow.zip?dl=0

Thanks,
Xiaolong
xiaolong is offline   Reply With Quote

Old   September 16, 2019, 08:26
Default
  #2
New Member
 
Xiaolong Liu
Join Date: Sep 2019
Posts: 6
Rep Power: 6
xiaolong is on a distinguished road
Anyone has some insight in this?
xiaolong is offline   Reply With Quote

Old   September 16, 2019, 09:57
Default
  #3
Senior Member
 
Join Date: Sep 2013
Posts: 353
Rep Power: 20
Bloerb will become famous soon enough
Your viscosity in transportProperties ("1e-06; //water")

does not match what you specified
Code:
Dynamic viscosity (mu): 8.9e-4 N/m-s
Density (rho): 997 kg/m^3
Bloerb is offline   Reply With Quote

Old   September 16, 2019, 10:37
Default
  #4
New Member
 
Xiaolong Liu
Join Date: Sep 2019
Posts: 6
Rep Power: 6
xiaolong is on a distinguished road
Quote:
Originally Posted by Bloerb View Post
Your viscosity in transportProperties ("1e-06; //water")

does not match what you specified
Code:
Dynamic viscosity (mu): 8.9e-4 N/m-s
Density (rho): 997 kg/m^3
Hi Bloerb,

Thank you very much. I didn't realize I messed up with my data. Now it's matching.

Best,
Xiaolong
xiaolong 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
DPM udf error haghshenasfard FLUENT 0 April 13, 2016 06:35
Compile problem ivanyao OpenFOAM Running, Solving & CFD 1 October 12, 2012 09:31
Ansys Fluent 13.0 UDF compilation problem in Window XP (32 bit) Yogini Fluent UDF and Scheme Programming 7 October 3, 2012 07:24
ParaView for OF-1.6-ext Chrisi1984 OpenFOAM Installation 0 December 31, 2010 06:42
CGNS lib and Fortran compiler manaliac Main CFD Forum 2 November 29, 2010 06:25


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