equinor / webviz-subsurface-components

Custom subsurface visualizations for use in Webviz and/or Dash.
https://github.com/orgs/equinor/projects/24
Mozilla Public License 2.0
33 stars 40 forks source link

Simplified well completions overview #253

Open anders-kiaer opened 4 years ago

anders-kiaer commented 4 years ago

Show well completions in a simplified scheme:

Possible features:

Data input:

Rough hand made sketch: completion

asnyv commented 3 years ago

A more concrete specification: Some points are repeated from the initial issue text above.

Note: Some users might define all wells at beginning of simulation as shut, and then open them when needed. Should therefore consider wells that have not had any open completions prior to the selected time (interval) as "not existing" (not drilled).

Datainput:

image

It could also at some point be interesting to get to a separate, more detailed, well views on click, e.g. launching other compenents like:

Hence, it is necessary that clicking and selecting individual well paths to make an action like that is possible.

anders-kiaer commented 3 years ago

Another potential feature: Show well status overall e.g. at well head in some way (open, closed, shut)?


This can be taken from the Eclipse keyword WSTAT on the backend side... this will include also automatically shut wells during simulation:

Well State Indicator:
1.0 = PROD (Producer),
2.0 = INJ (Injector),
3.0 = SHUT (Shut for reasons other than priority control),
4.0 = STOP (Stopped for reasons other than priority control),
5.0 = PSHUT (Priority Shut),
6.0 = PSTOP (Priority Stop).
Midtveit commented 3 years ago

test comment from Knut