forked from Exawind/amr-wind
-
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.
Segregated momentum solve functionality (Exawind#623)
* Segregated momentum solve algorithm solves u, v and w momentum equations separately. Reference PR Exawind#394: Exawind@7ee3a5a * Feature can be enabled by setting, velocity_diffusion.use_tensor_operator = false, and velocity_diffusion.use_segregated_operator = true * Multicomponent solve can enabled by setting both input parameters to false. * Supports mesh mapping * Created a new regression test directory Test name: "abl_godunov_segregated_velocity_solve" ** Note: The original tensor (default) and multicomponent solve workflows are not affected by the changes.
- Loading branch information
Showing
4 changed files
with
441 additions
and
5 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
Oops, something went wrong.