Skip to content
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

Bug in HLLC Jacobian calculation #2198

Open
ashwaniassam opened this issue Jan 13, 2024 · 2 comments
Open

Bug in HLLC Jacobian calculation #2198

ashwaniassam opened this issue Jan 13, 2024 · 2 comments
Labels

Comments

@ashwaniassam
Copy link

https://github.com/su2code/SU2/blob/60270690cd749bd190e16b4c34cf724c42edbeb1/SU2_CFD/src/numerics/flow/convection/hllc.cpp#L543C3-L543C3

As per the https://www.sciencedirect.com/science/article/pii/S0021999197957934 (original paper), multiplying the Jacobian with \kappa = 0.5 is not right. It is leading to non-convergence.

Further, dpStar_dU[iVar] calculations need to be relooked. As per the original paper, density should be at "j" when it is being used at "i". Though I have not seen a major difference, but currently testing the same more for strong shock cases.

@pcarruscag
Copy link
Member

You are right we fixed that for the Roe scheme at some point, if you have time open a PR please.

@pcarruscag pcarruscag added the bug label Jan 13, 2024
@ashwaniassam
Copy link
Author

ashwaniassam commented Jan 15, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants