|
[Sponsors] |
April 19, 2024, 02:19 |
Troubleshooting 2D riemann solver
|
#1 |
New Member
PAL
Join Date: Sep 2021
Posts: 2
Rep Power: 0 |
Hi all, I am writing a 2D FV code in fortran 90 to solve the Compressible Euler Equations to solve a standard Riemann problem on a Cartesian grid. I think I have most of it down, but am not sure what to change to fix my flux function call when evaluating the residual. Currently I am doing first order upwind reconstruction with forward Euler time marching, but I wrote it in this way to allow further time schemes and flux functions to be added in the future. Please try to compile the attached code with gfortran and see where I am going wrong with my Cartesian solver. Thanks.
If there are other glaring issues, please point them out, but I mainly wish to have it compile and run successfully to start. Last edited by PALRuOsu; April 20, 2024 at 01:59. |
|
Tags |
compressible euler, fortran |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to implement exact riemann solver with godunov method? | cfdnewb123 | Main CFD Forum | 3 | June 17, 2023 10:27 |
foam-extend-4.1 release | hjasak | OpenFOAM Announcements from Other Sources | 19 | July 16, 2021 06:02 |
Riemann solver | Eddy | Main CFD Forum | 0 | January 8, 2010 05:13 |
Have you seen a Riemann solver for 2-phase fluid? | jinwon | Main CFD Forum | 0 | June 11, 2007 21:13 |
compressible two phase flow in CFX4.4 | youngan | CFX | 0 | July 2, 2003 00:32 |