You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create abstract base class "Exchange" from GWFGWF package.
Might be able to do that for GWFGWT as well if very similar. (Not sure anymore if coupling is cellid based or based on modelnames, if the latter, the data is too different to copy package class 1on1).
Implement GWTGWT package.
Note: GWTGWT uses the same geometric constants as the GWFGWF package.
The text was updated successfully, but these errors were encountered:
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]>
Steps:
Note: GWTGWT uses the same geometric constants as the GWFGWF package.
The text was updated successfully, but these errors were encountered: