|
[Sponsors] |
February 5, 2015, 06:52 |
No flow in vertical pipe.
|
#1 |
New Member
Gian
Join Date: Feb 2015
Posts: 6
Rep Power: 11 |
As a beginner, I have attempted to model a vertical pipe, filled with water and open at top and bottom.
problem is I am not getting any flow out of the bottom outlet. The vertical velocity refuses to budge from its initial zero value. I have used the twoLiquidMixingFoam but in this case I use only one fluid. I have set the 0/U file as: FoamFile { version 2.0; format ascii; class volVectorField; location "0"; object U; dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { topOutlet { type inletOutlet; inletValue uniform (0 0 0); value uniform (0 0 0); } bottomOutlet { type inletOutlet; inletValue uniform (0 0 0); value uniform (0 0 0); } pipe { type fixedValue; value uniform (0 0 0); } } ------------------------------------------------------------------------ and the 0/p_rgh file as: FoamFile { version 2.0; format ascii; root ""; case ""; instance ""; local ""; class volScalarField; object p_rgh; dimensions [1 -1 -2 0 0 0 0]; internalField uniform 0; boundaryField { bottomOutlet { type fixedValue; value uniform 0; } topOutlet { type fixedValue; value uniform 0; } pipe { type zeroGradient; } ------------------------------------------------------- The pipe is 50 cm vertical column and having a square 4 cm by 4 cm cross-section I attach the distribution of p_rgh, p, Ux (the vertical velocity) about 10 s after the simulation starts. SO, what could be the possible problem? IS there a problem with BC at bottom outlet? |
|
Tags |
openfoam, outlet boundary condition, pressure boundary, vertical pipe |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Slug flow modelling in vertical pipe using ansys software 12.1 | kwasi | FLUENT | 5 | April 9, 2013 22:00 |
Disturbed flow field at outlet boundary (Multiphase flow through pipe) | Michiel | CFX | 17 | April 21, 2010 11:14 |
About Turbulence Intensity (Pipe flow assimilated) | gRomK13 | Main CFD Forum | 1 | July 10, 2009 04:11 |
Turbulence in a pipe flow | JM | Main CFD Forum | 4 | December 21, 2006 05:04 |
outlet boudary condition for a flow in the pipe | Atit | CFX | 2 | November 9, 2004 18:43 |