-
Notifications
You must be signed in to change notification settings - Fork 3
Set transport exchange options #747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
luitjansl
added a commit
that referenced
this issue
Feb 5, 2024
Fixes #765 # Description creates gwtgwt exchange packages when splitting a simulation that contains 1 or more transport models. A gwtgwt package is created per partition boundary and per transport model. (while the geometry constants are the same for all transport models, the options in the gwtgwt file are specific to single transport models. However, for now, these settings are not set; this will be the topic of #747 Also adds tests. Checklist - [X] Links to correct issue - [ ] Update changelog, if changes affect users - [X] PR title starts with ``Issue #nr``, e.g. ``Issue #737`` - [X] Unit tests were added - [ ] **If feature added**: Added/extended example --------- Co-authored-by: Joeri van Engelen <[email protected]>
5 tasks
luitjansl
added a commit
that referenced
this issue
Feb 5, 2024
Fixes #747 # Description assigns the advection scheme and dispersion xt3d options to the gwtgwt package. They are written into the options block of said file. - [X] Links to correct issue - [ ] Update changelog, if changes affect users - [X] PR title starts with ``Issue #nr``, e.g. ``Issue #737`` - [X] Unit tests were added - [ ] **If feature added**: Added/extended example
Merged in #820 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can be renamed to
_set_flow_exchange_options
. We can add a_set_transport_exchange_options
method with the options for:IO documentation
The text was updated successfully, but these errors were encountered: