|
[Sponsors] |
Appropriate boundary conditions for external incompressible flow |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 27, 2005, 12:14 |
Hi,
I'm trying to run simpl
|
#1 |
New Member
Matt Amos
Join Date: Mar 2009
Posts: 7
Rep Power: 17 |
Hi,
I'm trying to run simpleFoam on a test geometry at about M=0.05, laminar. I set up the case using FoamX with an inletOutlet boundary condition in the far-field, but since my flow is external (and there is only one hemispherical patch) this results in the solution converging to a quiescent state. If I change the 0/U boundary condition to fixedValue the problem becomes overdetermined and never converges. Is there a more appropriate boundary condition, or a method for specifying a velocity-driven external flow rather than a pressure-driven one? Thanks, Matt |
|
July 27, 2005, 12:23 |
What did you choose as the inl
|
#2 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 |
What did you choose as the inletValue for U?
|
|
July 27, 2005, 12:39 |
Henry,
The internalField an
|
#3 |
New Member
Matt Amos
Join Date: Mar 2009
Posts: 7
Rep Power: 17 |
Henry,
The internalField and pressureInletOutletVelocity are both set to uniform (15 0 0). inletValue is only set for the turbulent fields, which I'm not using at present. Thanks, Matt |
|
July 27, 2005, 12:45 |
Try using inletOutlet on U wit
|
#4 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 |
Try using inletOutlet on U with an inletValue of (15 0 0) and zeroGradient on p.
pressureInletOutletVelocity should only be used in conjunction with fixedValue for p which I guess is not appropriate for your case. |
|
July 27, 2005, 13:22 |
This results in very large num
|
#5 |
New Member
Matt Amos
Join Date: Mar 2009
Posts: 7
Rep Power: 17 |
This results in very large numbers of iterations for p (about 200 to produce a couple of orders of magnitude drop in the residual) and the solution becomes non-physical after about 20 pseudotime steps.
As I understand it, using zeroGradient for all the boundaries of p (well, there is a symmetry plane, but that is the same thing) means that the matrix is underdetermined? |
|
July 27, 2005, 13:25 |
There is a setReference to han
|
#6 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 |
There is a setReference to handle this and adjustPhi is used to ensure the boundary fluxes obey continuity.
|
|
July 28, 2005, 12:54 |
Thanks Henry, that seemed to w
|
#7 |
New Member
Matt Amos
Join Date: Mar 2009
Posts: 7
Rep Power: 17 |
Thanks Henry, that seemed to work. I'm still not getting full convergence, but have tracked down the problem to a poor quality element in the boundary region. Hopefully a better mesh will fix that.
|
|
July 28, 2005, 13:03 |
You may be able to improve con
|
#8 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 |
You may be able to improve convergence by selecting more stable/lower-order schemes, in partricular you might find it useful to use the limited laplacian. However, improving the mesh is always preferable if possible.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
External,incompressible flow boundary condition? | John | FLUENT | 2 | August 19, 2011 01:42 |
External Incompressible flow Boundary conditions | Himanshu Almadi | FLUENT | 2 | November 13, 2009 10:17 |
Boundary Conditions for External Flow | raytracer | OpenFOAM Running, Solving & CFD | 4 | July 14, 2008 13:18 |
Boundary Conditions for Incompressible Flow | Bob | FLUENT | 0 | April 7, 2006 22:28 |
External,incompressible flow boundary condition? | John | Main CFD Forum | 0 | October 1, 2003 01:00 |