forked from IBAMR/IBAMR
-
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.
Merge pull request IBAMR#1687 from IBAMR/mass_loss_redux
Mass loss redux
- Loading branch information
Showing
21 changed files
with
2,698 additions
and
571 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Enhancement: Remove the volume shift algorithm and replace it with a volume redistribution algorithm in the RelaxationLSMethod class. | ||
|
||
New: Introduce a new LevelSetUtilities class to provide implementations of helper functions for enforcing mass/volume conservation across phases. This class also includes implementations of SetLSProperties (to set or reset the level set after reinitialization) and TagLSRefinementCells (to tag cells for grid refinement based on the level set). These additions reduce duplicated codes in multiphase examples. | ||
|
||
Enhancement: Spiliting BrinkmanPenalization into normal and tangential components near the solid interface. | ||
|
||
(Amneet Bhalla, Kaustubh Khedkar, and Ramakrishnan Thirumalaisamy, 2024/04/04) |
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.