Our university project Collaborators:
We used a ready-made filtration model from INM RAS
The task is to determine the coordinates of the fracture based on the flow rate
Area dimensions: 1 m by 2 m
Accounting time: 20 days
Wells:
- 4500 psi bottom hole pressure, discharge
- 3100 psi bottom hole pressure, producing
- Radius: 0.005 feet
Filtration with fracture:
In this case we used Hyperopt optimizator
Code here
The task is to select the position of the producing well with a fixed injection well so that the resulting combination gives the maximum flow rate.
Area Dimensions: 100 by 100 feet
Depth: 4000 to 4010 feet
Initial pressure: 4000 psi, oil saturation 0.85
Wells:
- 5000 psi bottom hole pressure, discharge
- 1500 psi bottom hole pressure, producing
- Radius: 0.005 feet
Accounting time: 365 days
Input: 20x20x1 segments from SPE10 (geological model of a real deposit)
Input data example:
Steps:
- We generated data for models: production for every prod well posision
- Generated data: best position for every sample using hyperopt
- Trained gradient boosting model "CatBoost" for prediction of all production in every cell.
- We trained a fully connected neural network model with data, got from optimizer .
Hyperopt searching optimal well position:
- MAE:
- Prediction example
- Error
- Prediction example