equinor / webviz-subsurface

Webviz-config plugins for subsurface data.
https://github.com/orgs/equinor/projects/24
GNU General Public License v3.0
57 stars 59 forks source link

Well Control Dashboard #634

Open lindjoha opened 3 years ago

lindjoha commented 3 years ago

This plugin could combine many different plots related to well control:

  1. Well control area chart. See issue #629. This chart must be one per well per ensemble. Not possible to display more wells or ensembles in the same plot.
  2. Node pressures vs time. Plot WBHP, WTHP and maybe also pressures in the network. Could be single realization or mean/statistics, but only realizations where the well is producing. It could also be an area chart showing pressure distribution between the nodes from the reservoir to the top of the network (see picture). Delta pressures WBHP-WTHP and GPR-WTHP is also an option. Probably works best for a single well and ensemble, but delta between ensembles is also an option.
  3. Node pressure vs well. Same data as in the previous plot, but for multiple wells at a single timestep. This plot can handle multiple wells and ensembles, but only one time step. Delta between ensembles could also be added.
  4. Plots showing rates and GOR, WCT, gaslift can also be included for completeness. In which case maybe the plugin should just be called Well Dashboard
  5. Vizualisation of the production network as a tree. It can be different over time and (rarely) over realizations. The network would have to be read anyway in order to include the well group node pressure.

The plugin design can f.ex be one tab for single wells (but potentially multiple ensembles), one tab for comparing wells (chart 3 in the list) and one for vizualizing the production network

image

lindjoha commented 3 years ago

image

lindjoha commented 3 years ago

We have decided that the first version will be only single ensemble and without displaying the tree.

lindjoha commented 3 years ago

connected to #629