Skip to content
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

1d2d patch #207

Merged
merged 11 commits into from
Aug 18, 2024
Merged

1d2d patch #207

merged 11 commits into from
Aug 18, 2024

Conversation

Sierd
Copy link
Collaborator

@Sierd Sierd commented Jul 26, 2024

This patch provides support for setting up a quasi 2D model for 1D simulations.

It turns out that process implementations and some solvers are easier to implement in 2D.

The code reads 1D input and creates the 2nd dimension based copying the 1D input to 3 grid cells in the model.

The code outputs just 1D matrices

Copy link
Collaborator

@christavanijzendoorn christavanijzendoorn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Some small things:

The chosen solver was changed in the example cases from trunk to steadystate. I understand that that was necessary for the testing. Do we want the cases to run with the steadystate solver in the future too?
Did you intend to upload the plots.ipynb in the example folder?
It's necessary to document this well. I'm thinking that the Model Setup section in the new documentation might be suitable.

@Sierd
Copy link
Collaborator Author

Sierd commented Aug 18, 2024

Thanks @christavanijzendoorn , I have deleted the plots notebook, that should indeed not have been there.
I will work on documentation in the documentation branch.

@Sierd Sierd merged commit 47292fe into main Aug 18, 2024
0 of 3 checks passed
@Sierd Sierd deleted the 1d2d-patch branch August 18, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants