-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify the Simulation interface, improve MMS verification, and clea…
…n up validation tests (#76) * Increment version number Simulation class: * Simplify interface for parameters / keyword arguments, including solver parameters. Before, there was a pattern where many parameters were set with init while others were assigned after instantiation. Parameters can still be assigned after instantiation, but the default pattern now is to include all parameters also as arguments to init. This cleans up a lot of the test/user code. MMS: * Report mesh cell count and function space dof count * Simplify interface for passing simulation parameters Convection-coupled phase-change: * Make interfaces more flexible, allow for different element degrees, choose norms in MMS verification, use correct norms for velocity and temperature throughout verification tests * MMS: Shift pressure solution to have zero gradient at boundaries; doesn't actually change the pressure error; but this will be useful when trying different boundary conditions. * Remove option for top wall heat flux which is no longer relevant * Use temperature function_space for the postprocessed porosity
- Loading branch information
Alexander G. Zimmerman
authored
Jan 21, 2020
1 parent
cc49844
commit 5148078
Showing
21 changed files
with
652 additions
and
531 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.