|
[Sponsors] |
November 8, 2011, 16:40 |
Poiseuille flow with pressure inlet problems
|
#1 |
New Member
Jun Yang
Join Date: Mar 2011
Posts: 1
Rep Power: 0 |
Dear all,
Has anyone ever simulated Poiseuille flow with pressure inlet and pressure outlet, as well as body force. I am trying to simulate the body force driven poiseuille flow with 0Pa at inlet and outlet. But the result is much smaller than analytical solution. Also, I tried to set up pressure at inlet equivanlent to the body force case, which means P=rho*bodyforce*length. The result is still smaller than analytical solution. Have anybody met this problem before? Could you share your experience with me? I have been persecuted in this problem for a long time. Really appreciate! Jun |
|
August 14, 2012, 12:13 |
|
#2 |
New Member
Jakub Pola
Join Date: Feb 2011
Posts: 22
Rep Power: 15 |
Hello,
I was simulating this problem and I have similar problems like you. I have a cylinder 3.5mm in diameter and 21mm long. I was forcing flow by setting pressure difference between inlet and outlet (6.5Pa). From the calculations(mu=3.5e-3Pa/s, nu=3.3e-6m^2./s, rho = 1050kg/m^3 - like human blood) I should obtain V_max=6.7cm/s but from simulation I've got 6.3cm/s. I'm little bit frustrated now. I'm simulating laminar incompressible flow using simpleFoam. p Code:
dimensions [0 2 -2 0 0 0 0]; internalField uniform 0; boundaryField { wall { type zeroGradient; } inlet { type fixedValue; value uniform 6.5; } outlet { type fixedValue; value uniform 0; } } Code:
dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { wall { type fixedValue; value uniform (0 0 0); } inlet { type pressureInletVelocity; value uniform (0 0 0); } outlet { type zeroGradient; } } Does anybody have some suggestions what might be wrong with my simulation? I was thinking if maybe the lenght of the pipe is too short. How can I put the fan BC on my inlet and outlet to make this geometry infinite? Thank you very much in advance for any suggestions |
|
August 15, 2012, 03:57 |
|
#3 |
Member
Daniel Tanner
Join Date: Apr 2009
Posts: 54
Rep Power: 18 |
Your answer is pretty close so likely to be solver/mesh related.
What was the order of the schemes you have used, third order MUSCL etc? Also your mesh is not ideal. Firstly to get the best result (which still will not be exact) you should be using hex elements. In any case I would suggest that the pentahedral boundary layer to tet core element transition is not ideal. The tet elements adjacent to the pentahedral elements are slightly skew. How far are you pushing the residuals. Your convergence monitors should have as low a threshold as possible to get the most accuracy. You are applying a pressure boundary condition but is this as a periodic condition or only as a pressure condition. If it is the latter then there will be a significant length of pipe needed to ensure the flow was sufficient length to become fully developed. At the end of the day how close do you need it to be? The velocity along the centerline is within 6% which is pretty reasonable for most modelling applications. Just some thoughts. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Domain Reference Pressure and mass flow inlet boundary | AdidaKK | CFX | 75 | August 20, 2018 06:37 |
reversed flow at pressure inlet and turbulent viscosity is limited.... | cfdiscool | FLUENT | 10 | June 10, 2015 07:15 |
Non-steady flow simplified for use in Vissim | steamerandy | Main CFD Forum | 0 | October 31, 2011 22:08 |
flow simulation across a small fan | jane luo | Main CFD Forum | 15 | April 12, 2004 18:49 |
mass flow + pressure inlet??? | whai | FLUENT | 2 | June 24, 2003 14:42 |