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
a solution group contains numerical settings. Any number of models of the same type (Flow or transport) can form a solution group.
When splitting transport simulations, we want the split models to end up in the same solution group as the models that were split to create them.
So if we have a 3 species simulation (flow + 3 transport models) and species 1 and 2 are in solution group 1, whereas species 3 is in solution group 2, then we want the transport models obtained from splitting the species 1 and 2 models to go into solution group 1, whereas the models obtained by splitting the species 3 model should go to solution group 2.
The text was updated successfully, but these errors were encountered:
Fixes#788 and #789
# Description
now adds split models to the solution group (ims) that the source model
belonged to.
When writing a split simulation with flow and transport, gwfgwt
exchanges are created. The models are connected based on type and
domain.
# 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]>
a solution group contains numerical settings. Any number of models of the same type (Flow or transport) can form a solution group.
When splitting transport simulations, we want the split models to end up in the same solution group as the models that were split to create them.
So if we have a 3 species simulation (flow + 3 transport models) and species 1 and 2 are in solution group 1, whereas species 3 is in solution group 2, then we want the transport models obtained from splitting the species 1 and 2 models to go into solution group 1, whereas the models obtained by splitting the species 3 model should go to solution group 2.
The text was updated successfully, but these errors were encountered: