-
Notifications
You must be signed in to change notification settings - Fork 118
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
PRT with quadtree and voronoi grids #1434
Comments
@rhugman Thank you for your interest in PRT and for reporting the issue. We believe the problems stem from the fact that the PRT tracking algorithm is not currently formulated to handle adjacent cell faces that meet at a 180-degree angle, and this is exactly the situation that arises from quadtree refinement, as well as (somewhat surprisingly) in Voronoi grids generated by flopy. (We'll update the description in #1389 to be more explicit about that.) We believe we have a solution to that limitation of PRT and are planning to update the algorithm prior to release, but we're in the early stages of that effort. Thanks for offering to provide your model files - they might be helpful for testing once we get the algorithm updated. Please feel free to email me directly at [email protected], and we can arrange for an efficient transfer of the files. |
thanks @aprovost-usgs; I'll be in touch via email. |
@rhugman Thank you |
Am closing this as it is being handled separately. |
In regard to #1389. I've been experimenting with PRT in @aprovost-usgs 's fork and hit (what I think are) a few bugs for DISV grids.
This is for a case with high conductivity in a few cells, lots of layers and pass-through cells in some of them (idomain==-1). I have not been able to generate a synthetic case that replicates the issue. Can provide versions of the model files if it helps.
Describe the bug
With a GRIDGEN generated quadtree grid, some particle locations (x,y) are recorded outside the model domain for some tstps, but then "bounce" back. The simulation completes successfully:
Same model, but using a Voronoi grid, MF6 crashes with the following error message:
If using ATS, this message is printed to the command line, then eventually crashes with the same issue above:
Environment
Compiler Classic for applications running on Intel(R) 64, Version 2021.7.0
Build 20220726_000000
The text was updated successfully, but these errors were encountered: