MARKER_RIEMANN Boundary Problem #2306
Unanswered
safdarianebi
asked this question in
Q&A
Replies: 1 comment 3 replies
-
It looks like the keyword is still there but the implementation was removed. We have STATIC_SUPERSONIC_INFLOW_PT and STATIC_SUPERSONIC_INFLOW_PD that are probably what you need to use for your testcase. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have a simple question about the Riemann type for the boundary condition. I would use the type "TOTAL_SUPERSONIC_INFLOW" for the MARKER_RIEMANN but the warning "Invalid Riemann input!" comes out.
I have controlled in the SU2/Common/include/option_structure.hpp and this option is present.
How could I do to use it?
this is the boundary defined:
MARKER_RIEMANN= (stage1_inflow, TOTAL_SUPERSONIC_INFLOW , 101325.0, 288.15, 400.0, 0.0, 0.0)
and this is the error:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions