bgrimstad commited on
Commit
0707799
·
verified ·
1 Parent(s): dfee037

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -6
README.md CHANGED
@@ -33,13 +33,13 @@ configs:
33
 
34
  The ManyWells datasets contain simulations of multiphase (gas, oil, water) flow in thousands of wells. The datasets were created and shared by Solution Seeker AS to support research on data-driven methodologies and industrial applications of machine learning and AI.
35
 
36
- ## Dataset details
37
  - **Curated and shared by:** [Solution Seeker AS](https://www.solutionseeker.no)
38
  - **License:** Creative Commons BY-NC 4.0
39
- - **Code repository:** [Official GitHub repository of the ManyWells project](https://github.com/solution-seeker-as/manywells)
40
  - **Paper:** [Coming soon]
41
 
42
- ## Dataset Structure
43
 
44
  There are currently three datasets for three different operating conditions:
45
  - **manywells-sol-1**: simulations with stationary boundary conditions and open-loop control (no feedback)
@@ -47,13 +47,58 @@ There are currently three datasets for three different operating conditions:
47
  - **manywells-nscl-1**: simulations with non-stationary boundary conditions and closed-loop control (with feedback)
48
 
49
  Each dataset has one million data points from 2000 vertical wells (500 data points per well).
 
 
50
  The datasets include a feature called "ID", which uniquely identifies a wells.
51
  Please note that ID are unique only within each dataset, meaning that well 1 in dataset A is different from well 1 in dataset B.
52
 
53
  The parameters used in the simulation can be found in the config files, named [dataset-name]_config.zip.
54
  The configuration is stored as a dictionary with the keys being the well IDs.
55
 
56
- ### Personal and Sensitive Information
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
 
58
  The datasets do not contain any personal, sensitive, or private data.
59
 
@@ -74,7 +119,7 @@ df = data['train'].to_pandas()
74
  print(df)
75
  ```
76
 
77
- ## Citation [Coming soon]
78
 
79
  We kindly ask that you cite our paper if you use the ManyWells datasets or code in your academic work.
80
 
@@ -83,6 +128,6 @@ We kindly ask that you cite our paper if you use the ManyWells datasets or code
83
  [Coming soon]
84
 
85
 
86
- ## Dataset Card Contact
87
 
88
  Queries about the dataset can be directed to Bjarne Grimstad (e-mail: [email protected]).
 
33
 
34
  The ManyWells datasets contain simulations of multiphase (gas, oil, water) flow in thousands of wells. The datasets were created and shared by Solution Seeker AS to support research on data-driven methodologies and industrial applications of machine learning and AI.
35
 
36
+ ## Details
37
  - **Curated and shared by:** [Solution Seeker AS](https://www.solutionseeker.no)
38
  - **License:** Creative Commons BY-NC 4.0
39
+ - **Code repository:** [ManyWells GitHub repository](https://github.com/solution-seeker-as/manywells)
40
  - **Paper:** [Coming soon]
41
 
42
+ ## Description of datasets
43
 
44
  There are currently three datasets for three different operating conditions:
45
  - **manywells-sol-1**: simulations with stationary boundary conditions and open-loop control (no feedback)
 
47
  - **manywells-nscl-1**: simulations with non-stationary boundary conditions and closed-loop control (with feedback)
48
 
49
  Each dataset has one million data points from 2000 vertical wells (500 data points per well).
50
+ Each data point corresponds to one simulation performed by the simulator code in the [ManyWells GitHub repository](https://github.com/solution-seeker-as/manywells).
51
+
52
  The datasets include a feature called "ID", which uniquely identifies a wells.
53
  Please note that ID are unique only within each dataset, meaning that well 1 in dataset A is different from well 1 in dataset B.
54
 
55
  The parameters used in the simulation can be found in the config files, named [dataset-name]_config.zip.
56
  The configuration is stored as a dictionary with the keys being the well IDs.
57
 
58
+ ### Dataset features
59
+
60
+
61
+ | Feature | Description | Unit |
62
+ |:--------|:------------------------------------------------------------------|------:|
63
+ | ID | Unique well ID | - |
64
+ | CHK | Choke position in \[0, 1\] | - |
65
+ | PBH | Pressure bottomhole | bar |
66
+ | PWH | Pressure wellhead | bar |
67
+ | PDC | Pressure downstream choke | bar |
68
+ | TBH | Temperature bottomhole | K |
69
+ | TWH | Temperature wellhead | K |
70
+ | WGL | Mass flow rate, lift gas | kg/s |
71
+ | WGAS | Mass flow rate, gas excl. lift gas | kg/s |
72
+ | WLIQ | Mass flow rate, liquid | kg/s |
73
+ | WOIL | Mass flow rate, oil | kg/s |
74
+ | WWAT | Mass flow rate, water | kg/s |
75
+ | WTOT | Mass flow rate, total incl. lift gas | kg/s |
76
+ | QGL | Volumetric flow rate at standard conditions, lift gas | Sm³/h |
77
+ | QGAS | Volumetric flow rate at standard conditions, gas excl. lift gas | Sm³/h |
78
+ | QLIQ | Volumetric flow rate at standard conditions, liquid | Sm³/h |
79
+ | QOIL | Volumetric flow rate at standard conditions, oil | Sm³/h |
80
+ | QWAT | Volumetric flow rate at standard conditions, water | Sm³/h |
81
+ | QTOT | Volumetric flow rate at standard conditions, total incl. lift gas | Sm³/h |
82
+ | FGAS | Inflow gas mass fraction | - |
83
+ | FOIL | Inflow oil mass fraction | - |
84
+ | FWAT | Inflow water mass fraction | - |
85
+ | WEEKS | Weeks since first data point | 7d |
86
+ | CHOKED | Boolean indicating if flow is choked | - |
87
+ | FRBH | Flow regime at bottomhole (represented by string) | - |
88
+ | FRWH | Flow regime at wellhead (represented by string) | - |
89
+
90
+ The following relations apply:
91
+ - WLIQ = WOIL + WWAT
92
+ - WTOT = WLIQ + WGAS + WGL
93
+ - QLIQ = QOIL + QWAT
94
+ - QTOT = QLIQ + QGAS + QGL
95
+
96
+ The flow regime features, FRBH and FRWH, may take on one of the following string values:
97
+ 'bubbly', 'slug-churn', 'annular'.
98
+
99
+ The WEEKS feature is only present in non-stationary datasets (manywells-nsol-1 and manywells-nscl-1).
100
+
101
+ ### Personal and sensitive information
102
 
103
  The datasets do not contain any personal, sensitive, or private data.
104
 
 
119
  print(df)
120
  ```
121
 
122
+ ## Citation [coming soon]
123
 
124
  We kindly ask that you cite our paper if you use the ManyWells datasets or code in your academic work.
125
 
 
128
  [Coming soon]
129
 
130
 
131
+ ## Dataset contact
132
 
133
  Queries about the dataset can be directed to Bjarne Grimstad (e-mail: [email protected]).