-
Notifications
You must be signed in to change notification settings - Fork 114
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
Add Connection Fracturing Statistics Summary Vectors #4388
Draft
bska
wants to merge
1
commit into
OPM:master
Choose a base branch
from
bska:geomech-conn-smry-vec
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am creating this PR in a draft state for two reasons
I will keep the PR in draft mode until such time as it is ready for review. |
jenkins build this opm-simulators=5811 please |
bska
force-pushed
the
geomech-conn-smry-vec
branch
3 times, most recently
from
December 19, 2024 08:34
d606701
to
fcaee60
Compare
jenkins build this opm-simulators=5811 please |
bska
force-pushed
the
geomech-conn-smry-vec
branch
7 times, most recently
from
December 20, 2024 15:15
5855647
to
a018412
Compare
bska
force-pushed
the
geomech-conn-smry-vec
branch
7 times, most recently
from
January 10, 2025 14:50
42de7b8
to
c5acba6
Compare
bska
force-pushed
the
geomech-conn-smry-vec
branch
8 times, most recently
from
January 15, 2025 11:10
b7b8430
to
3ac4636
Compare
bska
force-pushed
the
geomech-conn-smry-vec
branch
12 times, most recently
from
January 22, 2025 13:34
4bfe394
to
e7140f8
Compare
bska
force-pushed
the
geomech-conn-smry-vec
branch
5 times, most recently
from
January 23, 2025 17:37
b42d523
to
2a1e6fa
Compare
This commit adds support for collecting and reporting the following set of connection level fracturing statistics measures - CFR<Q>MAX -- Maximum value of connection level fracturing quantity <Q> - CFR<Q>MIN -- Minimum value of connection level fracturing quantity <Q> - CFR<Q>AVG -- Arithmetic average of connection level fracturing quantity <Q> - CFR<Q>STD -- Unbiased standard deviation of connection level fracturing quantity <Q> The currently supported quantities (<Q>) are - 'P' -- Fracture pressure - 'IR' -- Injection flow rate - 'WD' -- Fracture width These vectors adhere to the common connection level summary vector specification whence CFRPMAX 'I1' 16 16 6 / / CFRIRAVG 'I1' * / / CFRWDSTD * * / / will report the maximum pressure across all cells intersected by a fracture originating in connection (16,16,6) of well 'I1', one average value for each connection of well 'I1' with the average being taken over all cells intersected by the fraction originating at that connection and, finally, the standard deviation of the fracture width for each connection of each well with each standard deviation being calculated over all cells intersected by the fracture originating at that connection.
bska
force-pushed
the
geomech-conn-smry-vec
branch
from
January 24, 2025 15:39
2a1e6fa
to
fe20144
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit adds support for collecting and reporting the following set of connection level fracturing statistics measures
CFR<Q>MAX
– Maximum value of connection level fracturing quantity<Q>
CFR<Q>MIN
– Minimum value of connection level fracturing quantity<Q>
CFR<Q>AVG
– Arithmetic average of connection level fracturing quantity<Q>
CFR<Q>STD
– Unbiased standard deviation of connection level fracturing quantity<Q>
The currently supported quantities (
<Q>
) areP
– Fracture pressureIR
– Injection flow rateWD
– Fracture widthThese vectors adhere to the common connection level summary vector specification whence
will report the maximum pressure across all cells intersected by a fracture originating in connection (16,16,6) of well
I1
, one average value for each connection of wellI1
with the average being taken over all cells intersected by the fraction originating at that connection and, finally, the standard deviation of the fracture width for each connection of each well with each standard deviation being calculated over all cells intersected by the fracture originating at that connection.