|
[Sponsors] |
July 19, 2010, 15:08 |
Problems with simpleFoam with flow in pipe
|
#1 |
New Member
Fernando
Join Date: Feb 2010
Posts: 28
Rep Power: 16 |
Hi everyone!! I need a little help. I'm performing a 3D simulation of laminar, incompressible flow in a straight pipe. When analizing my results, i found them a little bit confusing. The thing is, that, instead of finding that the flow is parabolic, it develops into a parabolic-like profile but "translated" from the origin, that is, a parabolic manner but that in the walls is not zero. The detalis of the results can be seen in the attached images.
As boundary conditions for U, i set a parabolic profile with max_vel = 0.46 m/s at inlet, zeroGradient at outlet, and zero for the wall. For p, i set it to zero at the outlet. (see the o files for U and p attached) I also attach the fvSolution and fvSchemes files. In addition, i check the residuals, and they seem to converge nicely (see Ux residual plot attached) The tubes dimensions are diamater = 0.003 m and lenght = 0.01 m, the cinematic viscosity (nu) is 3e-6, and turbulence is off. Anyone may have an idea of what is happening? |
|
July 19, 2010, 15:11 |
|
#2 |
New Member
Fernando
Join Date: Feb 2010
Posts: 28
Rep Power: 16 |
Extra-comment: I also performed the simulations with a surfaceNomalFixedValue for inlet velocity, and happens the same, the flows develope into this "shifted" parabolic profile.
Helpppp!!! jajajaja |
|
July 19, 2010, 16:43 |
|
#3 |
Senior Member
Martin
Join Date: Oct 2009
Location: Aachen, Germany
Posts: 255
Rep Power: 22 |
Hi Fernando,
here is a case with surfaceNormalFixedValue as boundary condition and your specifications. My velocity profile looks ok... Run "blockMesh" first... Martin |
|
July 19, 2010, 17:24 |
|
#4 |
New Member
Fernando
Join Date: Feb 2010
Posts: 28
Rep Power: 16 |
Thanks a lot!!! Apparently, although i was setting turbulence off, in RASmodel i was setting kepsilonmodel, instead of laminar.... . I think that would correct my results!
Graciassssssssss |
|
April 17, 2012, 05:20 |
|
#5 | |
New Member
Mak
Join Date: Jul 2010
Location: United States
Posts: 10
Rep Power: 16 |
Quote:
I am entry level Open Foam User, When I saw in the system/fvSchemes and system/fvSolution files..I found k and epsilon equation are set to solve.. ================================================== divSchemes { default none; div(phi,U) Gauss upwind; div(phi,k) Gauss upwind; div(phi,epsilon) Gauss upwind; div(phi,R) Gauss upwind; div(R) Gauss linear; div(phi,nuTilda) Gauss upwind; div((nuEff*dev(grad(U).T()))) Gauss linear; } laplacianSchemes { default none; laplacian(nuEff,U) Gauss linear corrected; laplacian((1|A(U)),p) Gauss linear corrected; laplacian(DkEff,k) Gauss linear corrected; laplacian(DepsilonEff,epsilon) Gauss linear corrected; laplacian(DREff,R) Gauss linear corrected; laplacian(DnuTildaEff,nuTilda) Gauss linear corrected; } =========================================== Since the problem is laminar, why are you solving for k and e equation..? can you help me ??? |
||
April 17, 2012, 05:25 |
|
#6 |
Senior Member
Martin
Join Date: Oct 2009
Location: Aachen, Germany
Posts: 255
Rep Power: 22 |
Hi,
these settings are ignored if simulation is set to be laminar in constant/turbulenceProperties or constant/RASProperties. Martin |
|
April 17, 2012, 09:31 |
|
#7 |
New Member
Mak
Join Date: Jul 2010
Location: United States
Posts: 10
Rep Power: 16 |
Dear Martin,
Thank You for quick reply... |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pipe flow with obstacle - HELP | Min | FLUENT | 6 | January 31, 2017 15:28 |
Disturbed flow field at outlet boundary (Multiphase flow through pipe) | Michiel | CFX | 17 | April 21, 2010 11:14 |
Terrible Mistake In Fluid Dynamics History | Abhi | Main CFD Forum | 12 | July 8, 2002 10:11 |
flow in a vibrating pipe | xu | CFX | 0 | October 30, 2001 09:35 |
Hydrostatic pressure in 2-phase flow modeling (CFX4.2) | HB &DS | CFX | 0 | January 9, 2000 14:19 |