|
[Sponsors] |
WENO 5th in Generalized Coordinate (Curvilinear Coordinate) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 1, 2021, 06:19 |
WENO 5th in Generalized Coordinate (Curvilinear Coordinate)
|
#1 |
New Member
Join Date: Jan 2021
Posts: 3
Rep Power: 5 |
Hi.
I am developing WENO 5th finite difference method Fortran code because I want to simulate hypersonic flow with bodies. I developed 2D-rectanglar uniform grid solver as shown in the figure.(Oblique shock wave, AOA=10 deg, Mach number is 2.) I think this result is reasonable. So, I decided to add metrics and Jacobian and simulate same problem in Curvilinear Grid. However, the result is weird. Did you have same problem like these figure? It seems my code is correct. (metrics and jacobian are reasonably added, I think...) I'll appreciate your comments! Thank you. WENO 5th: Flux : Lax-Friedrichs flux splitting (Global) parameter epsilon=1e-6 Time Discretization: 3rd order TVD Runge-Kutta |
|
January 1, 2021, 19:54 |
|
#3 |
New Member
Join Date: Jan 2021
Posts: 3
Rep Power: 5 |
Thank you so much for your reply.
I thought this problem setting was the most simple case in 2D. Do you have some suggestions for the problem setting? What problem and mesh should I use? |
|
January 1, 2021, 20:41 |
|
#4 |
Senior Member
-
Join Date: Jul 2012
Location: Germany
Posts: 184
Rep Power: 14 |
I suppose you have implemented the Euler or Navier-Stokes equations:
There are so many things you can try just proceed according to the exclusion procedure. Regards |
|
January 1, 2021, 20:58 |
|
#5 |
New Member
Join Date: Jan 2021
Posts: 3
Rep Power: 5 |
Thank you so much!
I will try some simulations along with your suggestions. |
|
Tags |
compressible flow, curvilinear coordinate, finite difference method, weno code, weno5 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
WENO scheme on curvilinear coordinates | selig5576 | Main CFD Forum | 4 | July 18, 2019 03:49 |
WENO 5 extension to curvilinear grids | fjavi90 | Main CFD Forum | 6 | November 23, 2017 14:35 |
weno generalized coordinate system | peter2010300009 | Main CFD Forum | 0 | May 1, 2017 00:45 |
How to convert the Reynolds stress into Curvilinear coordinate? | huangxianbei | OpenFOAM Post-Processing | 0 | October 9, 2014 23:07 |
Generalized Curvilinear Grid Maker | wen long | Main CFD Forum | 1 | July 14, 2001 02:56 |