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

Summary connections and completions #12152

Merged
merged 24 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ApplicationExeCode/Resources/ResInsight.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -321,5 +321,6 @@
<file>components/images/unknown.svg</file>
<file>components/images/well.svg</file>
<file>components/images/well-completion.svg</file>
<file>components/images/well-completion-01.svg</file>
</qresource>
</RCC>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -1032,11 +1032,11 @@
"description": "Total Mole Fraction (Component 2) (Matrix 4)"
},
"CFGAS": {
"category": "SUMMARY_WELL_COMPLETION",
"category": "SUMMARY_WELL_CONNECTION",
"description": "Gas Flow Rate"
},
"CPDIAM": {
"category": "SUMMARY_WELL_COMPLETION",
"category": "SUMMARY_WELL_CONNECTION",
"description": "Perforation Diameter"
},
"FDG": {
Expand Down Expand Up @@ -1116,15 +1116,15 @@
"description": "Liquid Injection Total"
},
"INFLOW0": {
"category": "SUMMARY_WELL_COMPLETION",
"category": "SUMMARY_WELL_CONNECTION",
"description": "Inflow Rate (Component 0)"
},
"INFLOW1": {
"category": "SUMMARY_WELL_COMPLETION",
"category": "SUMMARY_WELL_CONNECTION",
"description": "Inflow Rate (Component 1)"
},
"INFLOW2": {
"category": "SUMMARY_WELL_COMPLETION",
"category": "SUMMARY_WELL_CONNECTION",
"description": "Inflow Rate (Component 2)"
},
"MEMORYTS": {
Expand All @@ -1136,7 +1136,7 @@
"description": "Number of Tracer Linear Iterations at the Current Time-Step"
},
"MSDEPTH": {
"category": "SUMMARY_WELL_COMPLETION",
"category": "SUMMARY_WELL_CONNECTION",
"description": "Depth of Well Completion"
},
"MSUMCHOP": {
Expand Down
Loading
Loading