There are 6 solutions to solve the 1-phase-flow in porous media in Unit 6. 3 of solutions are in Part 1 notebook, and the other last 3 solutions in Part 2 notebook.
Most of these solutions are solved, except ones that include calculation using van Everdingen and Hurst Table in Appendix. Those which are not finished yet are:
- Example 6.4 Calculation of Wellbore Flow Flowing Pressure with Constant Pressure at Outer Boundary (using Table A-2). Interpolation using
scipy.interpolate.griddata
fails. See: Part 1 notebook - Example 6.5 Calculation of Well Flow Rate with Constant Flowing Pressure (using Table A-4 for finite acting condition). It's partly worked, the finite acting has not been solved, only on the infinite acting condition has been solved. See: Part 2 notebook
Example 6.3 using Table A-1 succeeds because it does not need interpolation, only need rounding and numpy.where
algorithm.
I need more efficient algorithm to find values and interpolate values in the tables. Solution will be published very soon.
Refer to: Tips for Tabulation notebook