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

[WIP] use 5th-order hybrid PPM/WENO reconstruction #47

Draft
wants to merge 16 commits into
base: development
Choose a base branch
from

Conversation

BenWibking
Copy link
Collaborator

@BenWibking BenWibking commented May 25, 2022

This implements the 5th-order, extrema-preserving, hybrid PPM-WENO reconstruction method of Rider, Greenough, and Kamm (2007): https://ui.adsabs.harvard.edu/abs/2007JCoPh.225.1827R/abstract

The number of ghost zones required is the same as PPM (4, if shock flattening is enabled).

Note that only the reconstruction is 5th-order. The overall order of accuracy in space in still 2nd order.

Depends on #74.

@BenWibking
Copy link
Collaborator Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@BenWibking
Copy link
Collaborator Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@BenWibking BenWibking changed the title use 5th-order hybrid PPM/WENO reconstruction [WIP] use 5th-order hybrid PPM/WENO reconstruction May 28, 2022
@BenWibking
Copy link
Collaborator Author

HydroBlast3D test does not conserve energy.

Is this because of the pressure floor? Or a bug in the flux correction? This issue blocks merging into development.

@BenWibking BenWibking marked this pull request as draft May 29, 2022 04:25
@BenWibking
Copy link
Collaborator Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@BenWibking
Copy link
Collaborator Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@sonarcloud
Copy link

sonarcloud bot commented Jun 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 14 Code Smells

0.0% 0.0% Coverage
16.7% 16.7% Duplication

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

Successfully merging this pull request may close these issues.

1 participant