|
[Sponsors] |
How many boundary conditions do we need for the pressure? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 2, 2023, 22:43 |
|
#21 |
Member
Join Date: Apr 2021
Location: Finland
Posts: 41
Rep Power: 5 |
So to elaborate more on the proper use of tangential components, does the fundamental issue restrict us to use tangential components from the solution during the momentum predictor step or at the Poisson equation step or perhaps in both?
I'm trying to figure out if and/or when i should be interpolating the tangential components from the interior of the solution in cell centered FVM. |
|
June 2, 2023, 23:45 |
|
#22 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
If the error propagates or not depends on the orthogonality of the decomposition. Generally, a numerical boundary layer is produced. This is a brief note, a full paper is addressed in reference. https://www.researchgate.net/publica...ressible_flows |
||
June 3, 2023, 19:48 |
|
#23 |
Member
Join Date: Apr 2021
Location: Finland
Posts: 41
Rep Power: 5 |
Thanks, I'll check out the paper!
|
|
June 5, 2023, 22:50 |
|
#24 |
Member
Join Date: Apr 2021
Location: Finland
Posts: 41
Rep Power: 5 |
I had a look at that paper which explained many of the questions I had. The treatment of boundary conditions was a bit more nuanced than I expected.
Here's what's my current understanding of the method: 1. Compute the intermediate velocity field v* subject to the boundary conditions v* = v(n+1) +deltaT*gradP(n) 2. After solving equation for the intermediate velocity, the Poisson equation is solved with boundary conditions gradP=0 and at the boundary v*.n = v(n+1).n is set. 3. Velocities are subsequently corrected to be divergence free as v(n+1) = v* - deltaT*gradP(n+1) So if exact physical velocity with nonzero normal and tangential components is used at the boundary, there is no guarantee that after corrector step 3 the tangential components are satisfied? Does this also imply that there is a possibility that no-slip conditions aren't satisfied in the tangential direction? |
|
June 6, 2023, 00:03 |
|
#25 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
|
||
June 7, 2023, 22:12 |
|
#26 |
Member
Join Date: Apr 2021
Location: Finland
Posts: 41
Rep Power: 5 |
I had some more time to think about the boundary conditions
If the time continuous idea of v* = v*(t) would be used in a method where pressure gradient is retained in the intermediate velocity equation, would the correct boundary conditions then be v* = v(n+1) for such a case? Also wouldn't that mean that the pressure equation with v*.n = v(n+1).n and subsequent projection would still produce a divergence free solution? |
|
June 8, 2023, 03:06 |
|
#27 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
The Poisson pressure does not need the value of V* on the boundary. |
||
June 13, 2023, 22:14 |
|
#28 |
Member
Join Date: Apr 2021
Location: Finland
Posts: 41
Rep Power: 5 |
Thanks for the info, I think I see the universality behind the Poisson equation now.
One side note, if div(V)=0 is enforced, would it also require that the exact physical boundary velocity field would fulfill an additional compatibility condition div(ω)=0, when ω = curl(V)? |
|
June 14, 2023, 04:46 |
|
#29 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
|
||
June 15, 2023, 19:06 |
|
#30 |
New Member
Join Date: Jun 2023
Posts: 1
Rep Power: 0 |
Hello! It's great to hear that you're starting your masters degree in CFD and exploring fluid flow simulations. Your question is not dumb at all, and it's important to seek clarification to deepen your understanding.
In the context of simulating the 2D incompressible Poiseuille flow in a channel, it is indeed true that the incompressible Navier-Stokes equations (INSE) are second order in velocity components (u, v), while they are first order in pressure (p). This distinction has implications for the boundary conditions that need to be specified. The no-slip condition (Dirichlet condition) you mentioned on the top and bottom walls is appropriate since it ensures zero velocity at these solid walls, reflecting the physical behavior of the fluid. Similarly, the velocity inlet condition (Dirichlet condition) at the inlet defines the desired velocity profile for the Poiseuille flow. Regarding the pressure boundary conditions, it is common to enforce a homogeneous Neumann condition (also known as a zero-gradient condition) at the outlet. This means that the pressure gradient in the flow direction is assumed to be zero, which is a reasonable assumption for fully developed flow. This condition allows the pressure to adjust naturally throughout the domain while preserving the overall pressure drop imposed by the velocity inlet condition. As for the pressure boundary condition at the top and bottom walls, applying a homogeneous Neumann condition is a common approach. This condition assumes that the pressure gradients in the normal direction (y-coordinate in your case) are also zero, meaning there are no pressure variations along these walls. This assumption is often reasonable for channels with a sufficiently large aspect ratio, where the flow is primarily influenced by the velocity profile and not the pressure distribution. You correctly noted that the pressure can be shifted by a constant (p --> p + p0) without affecting the velocity field, as the INSE are invariant under such constant pressure shifts. This is why only specifying boundary conditions for pressure on the bottom and left walls is mathematically sufficient to determine the solution. However, by also enforcing the homogeneous Neumann condition on the top and outlet boundaries, you provide additional information to the solver, which can help stabilize the pressure calculation and ensure better numerical behavior in the simulation. Overall, the choice of pressure boundary conditions depends on the specific problem and its boundary characteristics. The approach you described, where the pressure boundary conditions are only specified on the bottom and left walls, can indeed be valid in certain cases. However, enforcing homogeneous Neumann conditions on the top and outlet boundaries is a common practice that can help achieve more stable and accurate results, especially in complex flow scenarios. I hope this explanation clarifies the rationale behind the pressure boundary conditions in the OpenFOAM tutorial cases and provides you with a better understanding. Feel free to ask further questions if you need more information |
|
June 15, 2023, 19:20 |
|
#31 | |
Senior Member
|
Quote:
|
||
June 15, 2023, 22:19 |
|
#32 | |
Member
Join Date: Apr 2021
Location: Finland
Posts: 41
Rep Power: 5 |
Quote:
Thanks for the tip, I'll see what I can find. Non-primitive formulations can sometimes be a bit unintuitive at first. |
||
June 19, 2023, 23:32 |
|
#33 |
Member
Join Date: Apr 2021
Location: Finland
Posts: 41
Rep Power: 5 |
If i understood the paper correctly, the vorticity can be solved explicitly from the intial value problem
d(ω)/dt = curl(a*) where a* is the intermediate acceleration. As result, one ends up with the correct values of vorticity for time step n+1. Is it then permissible to deduce the exact physical tangential velocities for time step n+1 from the now available vorticity and carry on with the solution strategy as described in earlier posts? |
|
June 20, 2023, 05:42 |
|
#34 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
What is your final goal? First, in order to be well posed the problem, the physical velocity BC.s must be known for any type of approach, they are not deduced from a formulation. The problem appears because in the Hodge decomposition only one BC is required. Using the vorticity, you cannot prescribe the normal velocity component. That can be done only by prescribing the elliptic problem for the potential vector. Note that the Hodge decomposition applies at any time but has never to do with a time evolution from tn to tn+1. The initial condition at t0 allows to do one step for the vorticity but then you have to approximate the vorticity at the walls. Maybe I can help you more if you give more details about the numerical method you want to implement. |
||
June 20, 2023, 21:59 |
|
#35 |
Member
Join Date: Apr 2021
Location: Finland
Posts: 41
Rep Power: 5 |
My idea was to get good estimates for the tangential velocity components at outlet boundaries and evolve these through the time somehow using d(ω)/dt = curl(a*). There is usually very little information available beforehand to what these tangential velocity components should actually be at flow outlets. Tangential velocity components at inlets and walls have usually been well known beforehand.
However, I think I had mixed some key concepts between the different decompositions and their limitations. So am I safe to assume that if I'm using the decomposition v = v*-deltaT*gradP with gradP=0 and v*.n = v.n on the boundary at Poisson step, that the only correct way to get a proper decomposition would be to set v to have zero tangential velocity components at boundaries? Therefore making the search for tangential velocities reduntant as they must be set to zero anyhow? I did some small testing using the above decomposition but with nonzero tangential velocities and had the impression that vorticity didn't pass through the outlet boundary, like it did with the usual p=0 and grad(v).n = 0 conditions. That led me to suspect that I had improperly set my tangential velocity components at the outlet thus affecting the vorticity. |
|
June 21, 2023, 05:26 |
|
#36 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
Be careful, the Hodge decomposition in this case does not prescribe anything about the tangential velocity component. After having performed the decomposition with the normal velocity component, from a theoretical point of view you have to compute the tangential component v.t = v*.t-deltaT*(gradP).t on the all the boundary. Of course, no one will do that on the boundaries when you have a known physical value for the tangential velocity, for example on a wall. You set the known physical value and go to the next time step. Have a look to page 59 here: https://www.researchgate.net/publica...ary_conditions |
||
June 21, 2023, 05:48 |
|
#37 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
As far as the specific issue on the outlet, what normal condition you prescribed? Did you get convergence in the Poisson solver without problems?
|
|
June 21, 2023, 22:36 |
|
#38 | ||
Member
Join Date: Apr 2021
Location: Finland
Posts: 41
Rep Power: 5 |
Quote:
I'll see if incrementing the tangential components using the method described in the paper has any effect. Quote:
The Poisson solver didn't have any noticeable problems. Actually now that i think of it, the boundaries that seem to work properly have one thing in common, they are all steady. The outlet is the only unsteady one. I think i need to double check my solver. |
|||
July 4, 2023, 15:54 |
|
#39 |
Member
Join Date: Apr 2021
Location: Finland
Posts: 41
Rep Power: 5 |
I finally had some success with the Poisson equation with Neumann conditions in a basic 2D backward-facing step case. The case converged nicely and appeared to be physically acceptable.
Turns out, my velocity boundary condition wasn't behaving correctly and it let some inflow at the outlet boundary resulting in vorticity. I was manually modifying the outlet velocities to satisfy global continuity and did not properly handle the possible backflow situation. This resulted in small short circuiting of momentum. My initial impression is that Neumann conditions result in lower div(V) values in general than with the Dirichlet condition case. I need to see how well the method scales with respect to time step and test more in 3D when Im back in office after the summer break. Thanks for the tips! |
|
July 4, 2023, 16:14 |
|
#40 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
On outflow I adopted fully developed flow, that is zero normal derivative for the velocity. Consequently, at the outflow you have the Poisson equation only in a plane. |
||
Tags |
pressure b.c |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
What are the best settings for a channel flow simulation? | Ashkan Kashani | CFX | 3 | October 13, 2022 22:36 |
Fail to converge when solving with a fabricated solution | zizhou | FLUENT | 0 | March 22, 2021 07:33 |
Basic Nozzle-Expander Design | karmavatar | CFX | 20 | March 20, 2016 09:44 |
Problem in setting Boundary Condition | Madhatter92 | CFX | 12 | January 12, 2016 05:39 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |