Update README.md
Browse files
README.md
CHANGED
@@ -16,81 +16,44 @@ pretty_name: ManyWells simulated multiphase flow data
|
|
16 |
size_categories:
|
17 |
- 1M<n<10M
|
18 |
---
|
19 |
-
#
|
20 |
|
21 |
-
|
22 |
|
23 |
-
|
24 |
-
|
25 |
-
## Dataset Details
|
26 |
-
|
27 |
-
### Dataset Description
|
28 |
-
|
29 |
-
<!-- Provide a longer summary of what this dataset is. -->
|
30 |
|
|
|
31 |
- **Curated and shared by:** [Solution Seeker AS](https://www.solutionseeker.no)
|
32 |
- **License:** Creative Commons BY-NC 4.0
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
<!-- Provide the basic links for the dataset. -->
|
37 |
-
|
38 |
-
- **Repository:** [Official GitHub repository of the ManyWells project](https://github.com/solution-seeker-as/manywells)
|
39 |
-
- **Paper [optional]:** [More Information Needed]
|
40 |
-
|
41 |
-
## Uses
|
42 |
-
|
43 |
-
<!-- Address questions around how the dataset is intended to be used. -->
|
44 |
-
|
45 |
-
### Direct Use
|
46 |
-
|
47 |
-
<!-- This section describes suitable use cases for the dataset. -->
|
48 |
-
|
49 |
-
[More Information Needed]
|
50 |
-
|
51 |
|
52 |
## Dataset Structure
|
53 |
|
54 |
-
|
|
|
|
|
|
|
55 |
|
56 |
-
|
|
|
|
|
57 |
|
58 |
-
|
59 |
-
|
60 |
-
### Curation Rationale
|
61 |
-
|
62 |
-
The ManyWells datasets were created to facilitate research on machine learning and other data-driven methodologies on petroleum production use cases.
|
63 |
-
|
64 |
-
### Source Data
|
65 |
-
|
66 |
-
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
67 |
-
|
68 |
-
#### Data Collection and Processing
|
69 |
-
|
70 |
-
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
71 |
-
|
72 |
-
[More Information Needed]
|
73 |
-
|
74 |
-
#### Who are the source data producers?
|
75 |
-
|
76 |
-
The ManyWells datasets were created by Norwegian private company Solution Seeker AS in cooperation with the Norwegian University of Science and Technology.
|
77 |
|
78 |
|
79 |
#### Personal and Sensitive Information
|
80 |
|
81 |
The dataset does not contain any personal, sensitive, or private data.
|
82 |
|
83 |
-
## Citation [
|
84 |
|
85 |
-
|
86 |
|
87 |
**BibTeX:**
|
88 |
|
89 |
-
[
|
90 |
-
|
91 |
-
**APA:**
|
92 |
-
|
93 |
-
[More Information Needed]
|
94 |
|
95 |
|
96 |
## Dataset Card Contact
|
|
|
16 |
size_categories:
|
17 |
- 1M<n<10M
|
18 |
---
|
19 |
+
# ManyWells: simulation of multiphase flow in thousands of wells
|
20 |
|
21 |
+
The ManyWells datasets contain simulations of multiphase (gas, oil, water) flow in thousands of wells.
|
22 |
|
23 |
+
The datasets were created and shared by Solution Seeker AS and the Norwegian University of Science and Technology to support research on data-driven methodologies and industrial applications of machine learning and AI.
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
+
## Dataset details
|
26 |
- **Curated and shared by:** [Solution Seeker AS](https://www.solutionseeker.no)
|
27 |
- **License:** Creative Commons BY-NC 4.0
|
28 |
+
- **Code repository:** [Official GitHub repository of the ManyWells project](https://github.com/solution-seeker-as/manywells)
|
29 |
+
- **Paper:** [Coming soon]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
## Dataset Structure
|
32 |
|
33 |
+
There are currently three datasets for three different operating conditions:
|
34 |
+
- manywells-sol-1: simulations with stationary boundary conditions and open-loop control (no feedback)
|
35 |
+
- manywells-nsol-1: simulations with non-stationary boundary conditions and open-loop control (no feedback)
|
36 |
+
- manywells-nscl-1: simulations with non-stationary boundary conditions and closed-loop control (with feedback)
|
37 |
|
38 |
+
Each dataset has one million data points from 2000 vertical wells (500 data points per well).
|
39 |
+
The datasets include a feature called "ID", which uniquely identifies a wells.
|
40 |
+
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.
|
41 |
|
42 |
+
The parameters used in the simulation can be found in the config files, named [dataset-name]_config.zip.
|
43 |
+
The configuration is stored as a dictionary with the keys being the well IDs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
|
46 |
#### Personal and Sensitive Information
|
47 |
|
48 |
The dataset does not contain any personal, sensitive, or private data.
|
49 |
|
50 |
+
## Citation [Coming soon]
|
51 |
|
52 |
+
We kindly ask that you cite our paper if you use the ManyWells datasets or code in your academic work.
|
53 |
|
54 |
**BibTeX:**
|
55 |
|
56 |
+
[Coming soon]
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
## Dataset Card Contact
|