forked from chaos-polymtl/lethe
-
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.
Fix bdf extrapolation bug (chaos-polymtl#1286)
Description A bug in the VOF auxiliary physics was discovered when rerunning the gravity wave example. In the PR chaos-polymtl#994, BDF extrapolation of the velocity vector field in the VOF auxiliary physic was moved to the scratch data. However, the implementation was bypassed by an "if" condition. Solution This bug is fixed with this PR, and an application test was added to ensure that the feature remains intact with future implementations. Testing The new application test: applications_tests/lethe-fluid/vof-velocity-extrapolation.prm
- Loading branch information
1 parent
fb18bc6
commit 202fb53
Showing
9 changed files
with
492 additions
and
124 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
Oops, something went wrong.