Skip to content
Snippets Groups Projects
Commit 5c1812ff authored by Vallier's avatar Vallier
Browse files

Update readme.md

parent 306f1a30
Branches
No related merge requests found
Here are the codes: gen_figs_si.ipynb in the main repository and diffusion_monop_cst.ipynb in the 'monop_cst' folder and diffusion_dip_cst.ipynb in the 'dip_cst' folder and diffusion_monop_osc.ipynb in the 'monop_osc' folder
Here are the codes:
- **gen_figs_si.ipynb** in the main repository
- **diffusion_monop_cst.ipynb** in the 'monop_cst' folder
- **diffusion_dip_cst.ipynb** in the 'dip_cst' folder
- **diffusion_monop_osc.ipynb** in the 'monop_osc' folder
## Description:
In the subfolders, the codes diffusion_monop_cst.ipynb, diffusion_dip_cst.ipynb and diffusion_monop_osc.ipynb are undertaking respectively the numerical solving of the diffusion equation of overpressures due to an exploitation for three pumping strategies:
1. Monopole with a constant flow rate
2. Dipole with a constant flow rate
3. Monopole with a oscillating flow rate
## Outputs:
Description: In the subfolders, the codes diffusion_monop_cst.ipynb, diffusion_dip_cst.ipynb and diffusion_monop_osc.ipynb are undertaking respectively the numerical solving of the diffusion equation of overpressures due to an exploitation for three pumping strategies: (i) Monopole with a constant flow rate ; (ii) Dipole with a constant flow rate and (iii) Monopole with a oscillating flow rate. For each code, we have the following outputs:
For each solving of the diffusion equation there are the outputs saved in the 'save_profiles' subfolder:
(i) Data files named 'taux_Pmax_vs_Vi_r_xx.dat' of the ratios of the close-well maximum pressure disturbance over the distant one in function of ratio of distance (2nd column) with its corresponding injected total volume (1st column). Here xx is equal to different tested distance ratios: {xx=01 for 0.1 ; xx=008 for 0.08 ; xx=006 for 0.06 ; xx=004 for 0.04}.
(ii) only for diffusion_monop_osc.ipynb, an equivalent data file ''taux_Pmax_vs_f_r_xx.dat'' is generated: the ratios of the close-well maximum pressure disturbance over the distant one are in function of ratio of distance (2nd column) with its corresponding frequency (1st column).
1. Data files named 'taux_Pmax_vs_Vi_r_xx.dat' of the ratios of the close-well maximum pressure disturbance over the distant one in function of ratio of distance (2nd column) with its corresponding injected total volume (1st column). Here xx is equal to different tested distance ratios: {xx=01 for 0.1 ; xx=008 for 0.08 ; xx=006 for 0.06 ; xx=004 for 0.04}.
2. Only for diffusion_monop_osc.ipynb, an equivalent data file ''taux_Pmax_vs_f_r_xx.dat'' is generated: the ratios of the close-well maximum pressure disturbance over the distant one are in function of ratio of distance (2nd column) with its corresponding frequency (1st column).
In the main repository, gen_figs_si.ipynb uses as inputs all these data files in order to display the two following figures:
(i) Ratio of the close-well maximum pressure disturbance over the distant one in function of total injected volume for the monopole with a constant flow rate
(ii) Ratio of the close-well maximum pressure disturbance over the distant one in function of total injected volume for the dipole with a constant flow rate
(iii) Ratio of the close-well maximum pressure disturbance over the distant one in function of total injected volume for the monopole with a oscillating flow rate
(iv) Ratio of the close-well maximum pressure disturbance over the distant one in function of frequency for the monopole with a oscillating flow rate
1. Ratio of the close-well maximum pressure disturbance over the distant one in function of total injected volume for the monopole with a constant flow rate
2. Ratio of the close-well maximum pressure disturbance over the distant one in function of total injected volume for the dipole with a constant flow rate
3. Ratio of the close-well maximum pressure disturbance over the distant one in function of total injected volume for the monopole with a oscillating flow rate
4. Ratio of the close-well maximum pressure disturbance over the distant one in function of frequency for the monopole with a oscillating flow rate
For more information, please read the article of Vallier et al. (2024) entitled '_Alternative pumping strategies to stimulate a reservoir without triggering far-field faults_'
For more information, please read the article of Vallier et al. (2024) entitled 'Alternative pumping strategies to stimulate a reservoir without triggering far-field faults'
## How to run the program:
How to run the program:
- Install Python 3.9.13
- In your Terminal in /monop_cst run ipython: ipython diffusion_monop_cst.ipynb, /dip_cst run ipython: ipython diffusion_dip_cst.ipynb, /monop_osc run ipython: ipython diffusion_monop_osc.ipynb Or execute them on Jupyter Notebook or equivalent
- Then in your Terminal run ipython: ipython gen_figs_si.ipynb
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment