-
Notifications
You must be signed in to change notification settings - Fork 122
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
inconsitency in summary vector for an spe11b simulation #5807
Comments
sorry - some gas disappear... |
This is the txt file for pyopmspe11: """Set the model parameters""" """Set the saturation functions""" """Properties sat functions""" """Properties rock""" """Wells radius and position""" """Define the injection values ([hours] for spe11a; [years] for spe11b/c)""" There is maste but I am only using the docker version, which I suppose is a release... |
Hi @albertocominelli, thanks for reporting this. I will try to run the configuration file you shared and look if I can reproduce this. At first sight I notice the flow simulator flags are different from the benchmark configuration files, e.g., |
If you use Flow from the latest release or from master, then cprw is the default and it seems to work fine for the spe11 cases. I would recommend using OPM Flow from the latest release or master branches, and also using the OPM Flow flags in the benchmark configuration files as starting point. Those configuration files will generate cases where sources are used instead of wells; if wells are preferred, then this can be achieved by giving the values of the well radius. |
I am using the latest available from docker. I try to stick as much as possible to the configuration files provided in the folder you are mentioning with a radius of 0.5 for the wellbore (very large, but it should not be an issue) |
Oh, sorry for that, some of the old confi files have not been updated/corrected, but a more realistic well radius can be found here |
do not worry, larger radius means larger connection factor..Meanwhile, I had a an asster with the base runtime switch I used.. |
This was added on July this year (OPM/opm-grid#725). Then you could try to remove those flags, and if zoltan complains about the partition, one could try by playing with |
I run one of the spe11b cases available in the benchmark folder (https://github.com/OPM/pyopmspe11/tree/main/benchmark/spe11b) using the latest version via docker. The name of the case is r2_cp_10mish.txt
. I noticed some strange results: cumulative gas injection does not match gas in place:
It looks like the gas I am injectiong is less than teh gas in place ..
I do not understand what is going on.
The simpler cases provided in the github repo look better..
The text was updated successfully, but these errors were encountered: