|
[Sponsors] |
What is the boundary condition if the pipe is not long enough to fully develop? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 26, 2016, 10:49 |
What is the boundary condition if the pipe is not long enough to fully develop?
|
#1 |
New Member
Aaron
Join Date: Apr 2016
Posts: 24
Rep Power: 10 |
Let me first explain what I mean. Suppose a Poiseuille flow just happens to be well developed at 1m outlet. I want the data at 0.5m, so in the fully developed condition, I can get the correct result I want.
But I would like to simulate a pipe only 0.5m, I want the same or very close results compare to 0.5m result in 1m pipe then what kind of the the boundary conditions should I use? actually, now I encountered a problem which pipe length may be not long enough to reach fully develop, so I confused and cannot figure out which boundary condition should I use. can you give me some suggestions? Thanks for any advice provided. |
|
October 26, 2016, 12:49 |
|
#2 |
Senior Member
Kevin van As
Join Date: Sep 2014
Location: TU Delft, The Netherlands
Posts: 252
Rep Power: 21 |
Euh?
Boundary conditions are a tricky thing for any mathematical problem. We, physicists, typically only know the boundary conditions in infinity. For example, take a wind turbine. The wind turbine will have a very complicated influence of the surrounding air, making it impossible to predict what the velocity will be like 1m behind the wind turbine. Actually, that is why we are running the simulation in the first place!, right? However, we do know one thing: sufficiently far away from the wind turbine, the flow must be undisturbed, as the wind turbine should not be able to affect a location infinitely far away, right? Therefore, to simulate a wind turbine you'll need a domain that is sufficiently big to simulate the problem accurately. It is simply impossible to define a boundary condition at some plane closer to the wind turbine, as we don't know what to expect there. Your pipe poses a similar problem: you plain simply do not know the velocity profile, hence you cannot demand one and must really simulate a longer pipe. After all, if you set the velocity profile at 0.5m and then measure at 0.5m, I can tell you in advance what you obtain: your input information. However, if your pipe flow is laminar, then it is possible to find (or estimate I should say) the exact solution of the developing profile. But even then: then your simulation outcome will simply yield what you already put in, as you are trying to probe the boundary. Now I assumed implicitly that you want to set the velocity itself, but of course, you may also set different BCs, like setting a gradient. --> That is what we do for infinity. You could try to come up with such BCs from the equations, e.g. the continuity equation says that the normal gradient (du/dx) must be equal to minus the tangential gradient (-dv/dy). However, I cannot imagine that you will be able to close the system this way (especially because pressure is annoying) for if you could, you can simulate anything by looking at only a small part of the domain. You will probably end up demanding "that your equations must hold true on the boundary", but that is not a BC. Conclusion: Simulate the entire pipe, or find the exact solution (or more realistically: an approximate solution using e.g. an integral method). |
|
October 27, 2016, 23:28 |
|
#3 |
New Member
Aaron
Join Date: Apr 2016
Posts: 24
Rep Power: 10 |
Dear Kevin,
Thanks for your detailed answers, I understand your meaning, but my pipe is a given length, it is a mixed convection problem, so under buoyancy effect, every position in pipe is different, so I doubt it cannot reach fully developed at outlet position. I doubt if there exist a boundary condition which like this: velocity ,pressure and temperature gradient equal to the gradient near the outlet region? is this boundary condition suit for this uncertain boundary condition problem? or should I come up with other simplified model? best wishes, Aaron |
|
October 28, 2016, 04:09 |
|
#4 | |
Senior Member
Kevin van As
Join Date: Sep 2014
Location: TU Delft, The Netherlands
Posts: 252
Rep Power: 21 |
If your physical pipe is a fixed length which is shorter than the fully-developed length of a pipe, then you might want to add a container-cube behind your pipe with "infinity" conditions "sufficiently far away".
Quote:
So the thing at your outlet is: it does not only depend on what happens before the outlet. It does also very much depend on what happens after the outlet. To understand this, think of simple pipe flow: the pressure gradient (which required the pressure at both the inlet and outlet) determines the magnitude of the velocity. Therefore, to set a boundary condition at your outlet, you must somehow take into account what happens after your outlet - which you probably do not know in general, and may be impossibly difficult to do, accurately at least. As far as I know, you must either demand wrong boundary conditions at 0.5m to simplify your problem (like demanding fully-developed conditions), or you must simulate a larger domain to obtain a greater accuracy (like the contained-cube I mentioned above). |
||
October 28, 2016, 08:28 |
|
#5 | ||
New Member
Aaron
Join Date: Apr 2016
Posts: 24
Rep Power: 10 |
Quote:
extend the pipe length(or = add a dummy region)? Quote:
I will consider extend my pipe length |
|||
October 28, 2016, 09:48 |
|
#6 |
Senior Member
Kevin van As
Join Date: Sep 2014
Location: TU Delft, The Netherlands
Posts: 252
Rep Power: 21 |
Extending the pipe length is one way to solve the problem.
However, if the problem you study really consists of a pipe of 0.5m, enlarging the pipe will yield different results than you might want. An alternative is therefore using a "container-cube", meaning adding a dummy region behind your pipe. So you'd have (from left to right): inflow patch --> pipe --> box glued to the pipe --> "infinity" patch. This figure might clarify what I mean, if not, please do ask: Code:
------------------------ | | -------------------------------- inflow "infinity conditions" -------------------------------- --> zeroGradient | | ------------------------ |
|
Tags |
boundary condition, cfd, fully developed flow |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Basic Nozzle-Expander Design | karmavatar | CFX | 20 | March 20, 2016 09:44 |
Boundary condition not met, although fully converged | Zerzura | FLUENT | 0 | January 20, 2016 05:21 |
Problem in setting Boundary Condition | Madhatter92 | CFX | 12 | January 12, 2016 05:39 |
Constant Heat Flux Boundary Condition on Long Thin Pipe | CGramlich | SU2 | 3 | April 22, 2013 09:25 |
Transient Inlet boundary condition - fully develop | Omer | CFX | 3 | November 28, 2006 17:22 |