|
[Sponsors] |
May 23, 2020, 18:52 |
Supersonic Outlet BC
|
#1 |
New Member
Join Date: Aug 2019
Posts: 3
Rep Power: 7 |
Hello, I would like to know how the supersonic outlet boundary condition works on SU2?
Physically it's not necessary a boundary condition (BC) on supersonic outlet, since the flow properties just depends on the upstream properties, but numerically it's necessary some BC. Usually it's extrapolated, using a zero gradient (∇⋅u = 0) or just ∂u/∂x = 0. I took a look at the function BC_Supersonic_Outlet (file CEulerSolver.cpp) and there is a comment saying that the flow variables are interpolated (probably meaning extrapolation). There is also a few lines like this: V_outlet[0] = V_domain[0]; So, is it right to say that what SU2 does is define the flow properties in the outlet as the same value as the upstream? Thanks in advance! Last edited by DGIorio; May 23, 2020 at 23:21. |
|
May 23, 2020, 19:46 |
|
#2 |
Senior Member
Pedro Gomes
Join Date: Dec 2017
Posts: 466
Rep Power: 14 |
That is correct, the supersonic outlet consists of just evaluating the convective flux (as done for the interior of the domain) since there are no incoming characteristics.
|
|
May 23, 2020, 23:21 |
|
#3 | |
New Member
Join Date: Aug 2019
Posts: 3
Rep Power: 7 |
Quote:
Just to clarify, it means that it is used ∇⋅F=0 instead of just ∇⋅U=0, where F is the convective flux and U={ρ,ρv,ρE} (using SU2 notation presented in governing equations page). |
||
May 24, 2020, 10:30 |
|
#4 |
Senior Member
Pedro Gomes
Join Date: Dec 2017
Posts: 466
Rep Power: 14 |
What is extrapolated are the primitive variables (not multiplied by density).
In the absence of source terms (spacial or temporal) the divergence of the flux is zero at every node. |
|
Tags |
boundary, su2, supersonic |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pressure Driven Supersonic Flow in Converging-Diverging Nozzle | cdm | OpenFOAM Running, Solving & CFD | 7 | August 28, 2019 02:37 |
Pressure Outlet - Effect of domain | bineet_aero | STAR-CCM+ | 3 | April 5, 2016 05:51 |
Pressure Outlet - Effect of domain | bineet_aero | Main CFD Forum | 3 | April 5, 2016 05:50 |
supersonic flow at inlet and subsonic flow at outlet | deep | CFX | 3 | March 14, 2011 17:02 |
Supersonic and subconic outlet | Dmitry | CFX | 3 | April 2, 2007 18:04 |