forked from certik/nektar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APE: Retain original APE4 formulation by Ewert and Schröder
The equations that were implemented before had the speed of sound moved into the divergence term of the p-equation. This implicates an additional source term that depends on the gradient of c, which was not present. Implementing this source term has proven to produce instabilities at the element boundaries due to the unsteady gradients. Accordingly, this implementation modifies the flux formulation and retains Ewert and Schröders original formulation of the APE 1/4 equations LHS. This fixes the behavior of the equations at e.g. density or pressure gradients.
- Loading branch information
Showing
3 changed files
with
37 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters