|
[Sponsors] |
Unexpected shock reflection from supersonic outlet |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 22, 2023, 02:21 |
Unexpected shock reflection from supersonic outlet
|
#1 |
New Member
Vachan Potluri
Join Date: Jul 2017
Posts: 29
Rep Power: 9 |
Hello,
I am using SU2 to simulate a Mach 2 steady laminar shock-boundary layer interaction problem. To generate the shock, I have imposed pre- and post-shock conditions (using MARKER_SUPERSONIC_INLET) on two parts of the top boundary. To prevent the reflection of leading edge shock, for the third part of the top boundary, I have given the MARKER_SUPERSONIC_OUTLET condition. I am listing the config file here. Code:
SOLVER = NAVIER_STOKES VISCOSITY_MODEL= SUTHERLAND REYNOLDS_NUMBER = 1E5 REYNOLDS_LENGTH = 80E-3 MACH_NUMBER = 2.15 FREESTREAM_OPTION = TEMPERATURE_FS FREESTREAM_PRESSURE = 1117.3 FREESTREAM_TEMPERATURE = 157 FREESTREAM_VELOCITY = (540, 0, 0) MESH_FILENAME = mesh2_62x53.su2 MESH_FORMAT = SU2 MARKER_EULER = (front_back) MARKER_HEATFLUX = (wall, 0.0) MARKER_SUPERSONIC_INLET = (preshock_inflow, 157, 1117.3, 540, 0, 0, postshock_inflow, 167.284, 1393.6, 520.562, -34.6182, 0) MARKER_SUPERSONIC_OUTLET = (outflow_top) MARKER_OUTLET = (outflow_side, 1718.81) CONV_NUM_METHOD_FLOW = SLAU2 INIT_OPTION = REYNOLDS TIME_DOMAIN = YES TIME_MARCHING = TIME_STEPPING TIME_DISCRE_FLOW = RUNGE-KUTTA_EXPLICIT UNST_CFL_NUMBER = 0.5 MAX_TIME = 8e-3 TIME_ITER = 1000000000 OUTPUT_WRT_FREQ = 10000 SCREEN_WRT_FREQ_TIME = 1000 HISTORY_WRT_FREQ_TIME = 100 SCREEN_OUTPUT = (CUR_TIME, TIME_STEP, TIME_ITER, RMS_DENSITY) HISTORY_OUTPUT = (CUR_TIME, TIME_ITER, RMS_RES) Is there anything I can do to prevent the reflection of leading edge shock? Please let me know in case any additional information is required. Thanking in anticipation, Vachan |
|
June 22, 2023, 03:28 |
|
#2 |
Senior Member
Pedro Gomes
Join Date: Dec 2017
Posts: 466
Rep Power: 13 |
If I understand correctly, I would try to use farfield for the second and third parts combined
|
|
June 22, 2023, 03:59 |
|
#3 |
New Member
Vachan Potluri
Join Date: Jul 2017
Posts: 29
Rep Power: 9 |
Dear Pedro,
Thank you very much for responding. If I understand correctly, the farfield BC treats the boundary to have free stream conditions? So wouldn't that be wrong here since the flow conditions are not free stream (pre-shock), but post-shock values? Please correct me if I am wrong. Vachan |
|
June 22, 2023, 09:23 |
|
#4 |
Senior Member
Pedro Gomes
Join Date: Dec 2017
Posts: 466
Rep Power: 13 |
Yes but you can change the freestream conditions to be what you want post shock.
|
|
June 23, 2023, 23:49 |
|
#5 |
New Member
Vachan Potluri
Join Date: Jul 2017
Posts: 29
Rep Power: 9 |
Never thought of that! Thank you very much. I will get back with an update.
|
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Defining Supersonic Outlet in Ansys Fluent | erkampasha | Main CFD Forum | 4 | October 30, 2022 03:59 |
Help: rhoCentralFoam de Laval Nozzle supersonic shock waves | vizvaz | OpenFOAM Running, Solving & CFD | 2 | August 15, 2022 08:27 |
Fluent and supersonic flows with strong shock waves | gera | FLUENT | 13 | December 15, 2015 05:21 |
Supersonic and subconic outlet | Dmitry | CFX | 3 | April 2, 2007 17:04 |
VOF Outlet boundary condition in cfd - ace | JM | Main CFD Forum | 0 | December 15, 2006 08:07 |