-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fluids - Newtonian with Primitive variables (#1011)
* Fluids - Initial commit for Newtonian primitive variables * Fluids - include A0 (dU/dY) in the output * Fluids - added ICs for IG in primitive variables * Fluids - added Jacobean QFunction for primitive variables * Fluids - added RHS QFunction for primitive variables * Fluids - fixed compilation errors and warnings * Fluids - added ICs for density_current with primitive variables * Fluids - In/OutFlow BCs for channel in primitive variables * Adding the missing parts after rebasing onto main * Fluids - Use correct component names for primitive variables * Fluids - Primitive variables supported only with implicit scheme * Fluids - drop in/outflow for channel flow and call Exact_Channel_Prim() in Exact_Channel() * Fluids - Set solver's QFunction data in an if-else statement * Fluids - style * Fluids - add a comment to explain why the the gravity body force is excluded from the potential energy. * Fluids - Exact_Channel return State * Fluids - density_current: some style and cleanup * Fluids - DC: refactor & cleanup * Fluids - Singel QFunction for prim&cons * Fluids - Use absolute temperature * Fluids - DC: Fix pressure
- Loading branch information
1 parent
4add99e
commit dc805cc
Showing
10 changed files
with
670 additions
and
153 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
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.