-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in isentropic Euler vortex initialization #1269
Comments
Backslash comes from Matlab and friends for solving linear systems... Want to propose another setup and make a PR? |
But it's definitely great that you found this! |
I second that! Maybe this explains why it was always so fickle to use as a test setup. Can you spot the difference qualitatively when comparing contour plots or is it more subtle? |
The current initialization or switching to use division look qualitatively the same (i.e. like a vortex). What should be adjusted as well as is the size of the |
Yeah, once I carve out some time the initial condition and the testing values can get updated accordingly. |
The initial condition for the isentropic vortex of the compressible Euler equations has a bug. The computation of the perturbed
rho
quantity uses "inverse division" [what the heck Julia?!?]instead of normal division
This error is present in all
euler_vortex
elixirs in theexamples/tree_2d_dgsem
andexamples/special_elixirs
.Also, the amplitude, background pressure, etc. make for a very weakly perturbed vortex as compared to the initialization found here.
The text was updated successfully, but these errors were encountered: